From 4a5d9d5dd3dfb4c03c8d3ff47b1ac35206dcae01 Mon Sep 17 00:00:00 2001 From: gnn Date: Sat, 25 Mar 2006 13:38:52 +0000 Subject: First steps towards IPSec cleanup. Make the kernel side of FAST_IPSEC not depend on the shared structures defined in /usr/include/net/pfkeyv2.h The kernel now defines all the necessary in kernel structures in sys/netipsec/keydb.h and does the proper massaging when moving messages around. Sponsored By: Secure Computing --- sys/netipsec/ipsec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/netipsec/ipsec.c') diff --git a/sys/netipsec/ipsec.c b/sys/netipsec/ipsec.c index 4038c00..74ac833 100644 --- a/sys/netipsec/ipsec.c +++ b/sys/netipsec/ipsec.c @@ -92,6 +92,7 @@ #include +#define IPSEC_DEBUG #ifdef IPSEC_DEBUG int ipsec_debug = 1; #else -- cgit v1.1