temporarily disallow FAST_IPSEC and INET6 to avoid potential panics;

will correct this before 5.0 release
This commit is contained in:
sam 2002-11-08 23:50:32 +00:00
parent ef62292833
commit e5864cae6b

View File

@ -76,6 +76,9 @@
#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>