We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2330d commit 1e6cf3dCopy full SHA for 1e6cf3d
projects/openssl/build.sh
@@ -15,7 +15,7 @@
15
#
16
################################################################################
17
18
-./config enable-fuzz-libfuzzer -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION no-shared --with-fuzzer-lib=/usr/lib/libfuzzer $CFLAGS
+./config enable-fuzz-libfuzzer -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION no-shared --with-fuzzer-lib=/usr/lib/libFuzzingEngine $CFLAGS
19
make -j$(nproc) EX_LIBS="-ldl /usr/local/lib/libc++.a"
20
21
fuzzers=$(find fuzz -executable -type f '!' -name \*.py '!' -name \*-test)
0 commit comments