summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-06-18 00:24:12 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-06-18 00:24:12 +0000
commit3f9d2bc3cb13d0cd67c036b685486ad7ea4fd098 (patch)
tree2dcd64e2d623f0a88e939d23cb92c8f4d1c2de1a
parentb947265db3b363a1715e5d9cf6425348ced19bfe (diff)
Remove outdated comment.
-rw-r--r--sys/netinet/ipsec_input.c10
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>