summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-01-15 20:03:06 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-01-15 20:03:06 +0000
commitd694455a64cae132af8b8e022d1b5bf94da83ef1 (patch)
tree255da2a70650bbe154373bbb5672fedf1f607cd6
parent8d5007cbc9cebcb358c4994864adf3fb2bd14fa6 (diff)
Remove unnecessary definition.
-rw-r--r--sys/netinet/ipsec_input.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/ipsec_input.c b/sys/netinet/ipsec_input.c
index f6fcbf6704b..50626c6f3ba 100644
--- a/sys/netinet/ipsec_input.c
+++ b/sys/netinet/ipsec_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipsec_input.c,v 1.15 2000/01/15 19:37:28 angelos Exp $ */
+/* $OpenBSD: ipsec_input.c,v 1.16 2000/01/15 20:03:05 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -81,8 +81,6 @@
int ipsec_common_input(struct mbuf **, int, int, int, int);
-extern struct enc_softc encif[];
-
#ifdef ENCDEBUG
#define DPRINTF(x) if (encdebug) printf x
#else