remove the restriction on build a kernel with FAST_IPSEC and INET6;

you still don't want to use the two together, but it's ok to have
them in the same kernel (the problem that initiated this bandaid
has long since been fixed)
This commit is contained in:
sam 2003-01-30 05:43:08 +00:00
parent 5540e24cd2
commit 274f07090b

View File

@ -76,9 +76,6 @@
#if defined(IPSEC) || defined(IPSEC_ESP)
#error "Bad idea: don't compile with both IPSEC and FAST_IPSEC!"
#endif
#if defined(INET6)
#error "Bad idea: don't use IPv6 with FAST_IPSEC (for the moment)!"
#endif
#include <netipsec/ipsec.h>
#include <netipsec/key.h>