summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/ip_ip4.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/ip_ip4.c b/sys/netinet/ip_ip4.c
index e502bda8a4f..8d8242a6462 100644
--- a/sys/netinet/ip_ip4.c
+++ b/sys/netinet/ip_ip4.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ip4.c,v 1.44 1999/12/24 20:02:44 angelos Exp $ */
+/* $OpenBSD: ip_ip4.c,v 1.45 2000/01/02 09:31:03 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -356,7 +356,6 @@ ip4_input(m, va_alist)
return;
}
-#ifdef IPSEC
int
ipe4_output(struct mbuf *m, struct tdb *tdb, struct mbuf **mp, int skip,
int protoff)
@@ -566,6 +565,8 @@ ipe4_output(struct mbuf *m, struct tdb *tdb, struct mbuf **mp, int skip,
return 0;
}
+#ifdef IPSEC
+
int
ipe4_attach()
{