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:
parent
79dd918c6c
commit
b790600a00
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user