From 9ee72983c9413873178f66eeef808559910d3b00 Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Tue, 7 Dec 1999 08:58:01 +0000 Subject: New ah_new_input(), protocol-independent processing (still lacking IPv6-specific protocol header processing). --- sys/netinet/ip_esp.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'sys/netinet/ip_esp.c') diff --git a/sys/netinet/ip_esp.c b/sys/netinet/ip_esp.c index ab3eae18fea..e2ea7211264 100644 --- a/sys/netinet/ip_esp.c +++ b/sys/netinet/ip_esp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_esp.c,v 1.27 1999/12/06 07:14:35 angelos Exp $ */ +/* $OpenBSD: ip_esp.c,v 1.28 1999/12/07 08:58:00 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -35,11 +35,6 @@ * PURPOSE. */ -/* - * Encapsulation Security Payload Processing - * Per RFC1827 (Atkinson, 1995) - */ - #include #include #include @@ -91,7 +86,7 @@ extern struct enc_softc encif[]; int esp_enable = 0; /* - * esp_input gets called when we receive an packet with an ESP. + * esp_input gets called when we receive an ESP-protected packet */ void -- cgit v1.2.3