Skip to content

Commit 1e6cf3d

Browse files
kroeckxkcc
authored andcommitted
Use libFuzzingEngine instead of libfuzzer (#155)
Fixes: #153
1 parent 1c2330d commit 1e6cf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/openssl/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
################################################################################
1717

18-
./config enable-fuzz-libfuzzer -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION no-shared --with-fuzzer-lib=/usr/lib/libfuzzer $CFLAGS
18+
./config enable-fuzz-libfuzzer -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION no-shared --with-fuzzer-lib=/usr/lib/libFuzzingEngine $CFLAGS
1919
make -j$(nproc) EX_LIBS="-ldl /usr/local/lib/libc++.a"
2020

2121
fuzzers=$(find fuzz -executable -type f '!' -name \*.py '!' -name \*-test)

0 commit comments

Comments
 (0)