diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/in_pcb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index eaf7d35..776d70f 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -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> |