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:
parent
5540e24cd2
commit
274f07090b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user