diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-07 08:58:01 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-07 08:58:01 +0000 |
commit | 9ee72983c9413873178f66eeef808559910d3b00 (patch) | |
tree | db02351874ac2ce0ff39a336d2613177a7144626 /sys/netinet/ip_esp.c | |
parent | 93a0c92573a551bbe49ca24721d08094be1b29c9 (diff) |
New ah_new_input(), protocol-independent processing (still lacking
IPv6-specific protocol header processing).
Diffstat (limited to 'sys/netinet/ip_esp.c')
-rw-r--r-- | sys/netinet/ip_esp.c | 9 |
1 files changed, 2 insertions, 7 deletions
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 <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> @@ -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 |