summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-01-02 09:31:04 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-01-02 09:31:04 +0000
commit1e14cff13fefa2921a45170ef08f2319b154a59c (patch)
treebfdb0e1740ede660f350bb4da3a6993e896402b9
parentc691c2c4ca0fc17da566fef3b679fdaeb9abda88 (diff)
Fix ifdef IPSEC
-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()
{