diff options
| author | 2001-12-06 04:19:25 +0000 | |
|---|---|---|
| committer | 2001-12-06 04:19:25 +0000 | |
| commit | e46a809aeb173fc8d32a005fca11498ab6f3498f (patch) | |
| tree | 6e0256e707d83213637b36c4d154e8ddfc6ea692 /sys/netinet6/udp6_output.c | |
| parent | When you give command examples in a manual page prefix them with (diff) | |
| download | wireguard-openbsd-e46a809aeb173fc8d32a005fca11498ab6f3498f.tar.xz wireguard-openbsd-e46a809aeb173fc8d32a005fca11498ab6f3498f.zip | |
remove kame IPSEC code within #ifdef.
Diffstat (limited to 'sys/netinet6/udp6_output.c')
| -rw-r--r-- | sys/netinet6/udp6_output.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/netinet6/udp6_output.c b/sys/netinet6/udp6_output.c index 9348a37f8a8..c51cd703b10 100644 --- a/sys/netinet6/udp6_output.c +++ b/sys/netinet6/udp6_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: udp6_output.c,v 1.4 2001/06/09 06:43:38 angelos Exp $ */ +/* $OpenBSD: udp6_output.c,v 1.5 2001/12/06 04:19:26 itojun Exp $ */ /* $KAME: udp6_output.c,v 1.21 2001/02/07 11:51:54 itojun Exp $ */ /* @@ -93,8 +93,6 @@ #include <netinet/icmp6.h> #include <netinet6/ip6protosw.h> -#undef IPSEC - #include "faith.h" /* @@ -272,9 +270,6 @@ udp6_output(in6p, m, addr6, control) #endif udp6stat.udp6s_opackets++; -#ifdef IPSEC - ipsec_setsocket(m, in6p->in6p_socket); -#endif /*IPSEC*/ error = ip6_output(m, in6p->in6p_outputopts, &in6p->in6p_route, flags, in6p->in6p_moptions, NULL); break; |
