diff options
author | Jean-Jacques Bernard-Gundol <jjbg@cvs.openbsd.org> | 2001-08-08 15:09:01 +0000 |
---|---|---|
committer | Jean-Jacques Bernard-Gundol <jjbg@cvs.openbsd.org> | 2001-08-08 15:09:01 +0000 |
commit | ca81e2ab3aab9b35e71435c63e25f14b9479ff50 (patch) | |
tree | 79f735812541e09621b0901c884d8a9ee69037cd | |
parent | 1052940cce57d6930a10a6845c48b1f7d201960e (diff) |
remove IPCOMP option. deraadt@ ok.
-rw-r--r-- | sys/netinet6/in6_proto.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet6/in6_proto.c b/sys/netinet6/in6_proto.c index e243489d7fb..0d1bd59567c 100644 --- a/sys/netinet6/in6_proto.c +++ b/sys/netinet6/in6_proto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_proto.c,v 1.30 2001/07/05 16:49:45 jjbg Exp $ */ +/* $OpenBSD: in6_proto.c,v 1.31 2001/08/08 15:09:00 jjbg Exp $ */ /* $KAME: in6_proto.c,v 1.66 2000/10/10 15:35:47 itojun Exp $ */ /* @@ -175,14 +175,12 @@ struct ip6protosw inet6sw[] = { 0, 0, 0, 0, esp_sysctl, }, -#ifdef IPCOMP { SOCK_RAW, &inet6domain, IPPROTO_IPCOMP, PR_ATOMIC|PR_ADDR, ipcomp6_input, 0, 0, 0, 0, 0, 0, 0, 0, ipcomp_sysctl, }, -#endif /* IPCOMP */ #endif /* IPSEC */ #if NGIF > 0 { SOCK_RAW, &inet6domain, IPPROTO_IPV6, PR_ATOMIC|PR_ADDR, |