summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>2000-01-15 20:03:05 +0000
committerangelos <angelos@openbsd.org>2000-01-15 20:03:05 +0000
commite8897203998db23c216ca5a9982090669918cedd (patch)
treeb5b13ba70eb830cdd31fac96a4611c195fa0f8e5
parentDon't allow enc0 to be added to a bridge, as it's used for all (diff)
downloadwireguard-openbsd-e8897203998db23c216ca5a9982090669918cedd.tar.xz
wireguard-openbsd-e8897203998db23c216ca5a9982090669918cedd.zip
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