diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-15 20:03:06 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-15 20:03:06 +0000 |
commit | d694455a64cae132af8b8e022d1b5bf94da83ef1 (patch) | |
tree | 255da2a70650bbe154373bbb5672fedf1f607cd6 | |
parent | 8d5007cbc9cebcb358c4994864adf3fb2bd14fa6 (diff) |
Remove unnecessary definition.
-rw-r--r-- | sys/netinet/ipsec_input.c | 4 |
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 |