fuzz: Add dependency to fuzz RADIUS message parsing
Due to the static build, libcharon will depend on libradius as soon as eap-radius is enabled even if not actually used. So in order to avoid breaking the build of fuzz_ike when enabling this in CIFuzz, enable it now before adding the actual fuzzer. Closes strongswan/strongswan#3028 Signed-off-by: Arthur Chan <[email protected]>
This commit is contained in:
committed by
Tobias Brunner
parent
e535e13079
commit
005a3fb168
+1
-1
@@ -432,7 +432,7 @@ freebsd)
|
||||
fuzzing)
|
||||
CFLAGS="$CFLAGS -DNO_CHECK_MEMWIPE"
|
||||
CONFIG="--enable-fuzzing --enable-static --disable-shared --disable-scripts
|
||||
--enable-imc-test --enable-tnccs-20"
|
||||
--enable-imc-test --enable-tnccs-20 --enable-eap-radius"
|
||||
# don't run any of the unit tests
|
||||
export TESTS_RUNNERS=
|
||||
# prepare corpora
|
||||
|
||||
Reference in New Issue
Block a user