Fix build of ip_input.c with "options IPSEC" -- the "pass:" label

is used with both FAST_IPSEC and IPSEC, but was defined for only
FAST_IPSEC.
This commit is contained in:
rwatson 2004-08-18 03:11:04 +00:00
parent 79dd918c6c
commit b790600a00

View File

@ -451,7 +451,7 @@ tooshort:
#endif /* PFIL_HOOKS */
#if defined(FAST_IPSEC) && !defined(IPSEC_FILTERGIF)
#if (defined(FAST_IPSEC) || defined(IPSEC)) && !defined(IPSEC_FILTERGIF)
pass:
#endif