Skip to content

Commit e0cd145

Browse files
authored
strongswan: Fix build for new fuzzer (#14871)
This PR fixes the build script for strongswan project to activate libipsec building for the new fuzzer targeting libipsec module. Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
1 parent 782f010 commit e0cd145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/strongswan/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
./configure CFLAGS="$CFLAGS -DNO_CHECK_MEMWIPE -DDEBUG_LEVEL=-1" \
2121
--enable-imc-test \
2222
--enable-tnccs-20 \
23+
--enable-libipsec \
2324
--enable-fuzzing \
2425
--with-libfuzzer=$LIB_FUZZING_ENGINE \
2526
--enable-monolithic \

0 commit comments

Comments
 (0)