From 0ef6c52bbcc67b0dce67c7ad7a6fc685828a6400 Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 16 Oct 2002 02:25:05 +0000 Subject: Tie new "Fast IPsec" code into the build. This involves the usual configuration stuff as well as conditional code in the IPv4 and IPv6 areas. Everything is conditional on FAST_IPSEC which is mutually exclusive with IPSEC (KAME IPsec implmentation). As noted previously, don't use FAST_IPSEC with INET6 at the moment. Reviewed by: KAME, rwatson Approved by: silence Supported by: Vernier Networks --- sys/netinet6/icmp6.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/netinet6/icmp6.c') diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c index 6c1c1c5..f318d51 100644 --- a/sys/netinet6/icmp6.c +++ b/sys/netinet6/icmp6.c @@ -106,6 +106,12 @@ #include #endif +#ifdef FAST_IPSEC +#include +#include +#define IPSEC +#endif + #include #ifdef HAVE_NRL_INPCB -- cgit v1.1