diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-06-18 00:24:12 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-06-18 00:24:12 +0000 |
commit | 3f9d2bc3cb13d0cd67c036b685486ad7ea4fd098 (patch) | |
tree | 2dcd64e2d623f0a88e939d23cb92c8f4d1c2de1a | |
parent | b947265db3b363a1715e5d9cf6425348ced19bfe (diff) |
Remove outdated comment.
-rw-r--r-- | sys/netinet/ipsec_input.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c index b607c74b8ff..63045f9a12f 100644 --- a/sys/netinet/ipsec_input.c +++ b/sys/netinet/ipsec_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsec_input.c,v 1.23 2000/03/29 10:15:22 angelos Exp $ */ +/* $OpenBSD: ipsec_input.c,v 1.24 2000/06/18 00:24:11 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -35,14 +35,6 @@ * PURPOSE. */ -/* - * Authentication Header Processing - * Per RFC1826 (Atkinson, 1995) - * - * Encapsulation Security Payload Processing - * Per RFC1827 (Atkinson, 1995) - */ - #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> |