mirror of
https://github.com/openssl/openssl.git
synced 2025-02-11 14:22:43 +08:00
Update fuzz README.md
Building with enable-fuzz-afl has always required no-shared. We now also need no-module for a successful build. Therefore update the README accordingly. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9721)
This commit is contained in:
parent
ed71e917e9
commit
deaaac2c01
@ -60,9 +60,9 @@ AFL
|
||||
Configure for fuzzing:
|
||||
|
||||
$ sudo apt-get install afl-clang
|
||||
$ CC=afl-clang-fast ./config enable-fuzz-afl no-shared -DPEDANTIC \
|
||||
enable-tls1_3 enable-weak-ssl-ciphers enable-rc5 enable-md2 \
|
||||
enable-ssl3 enable-ssl3-method enable-nextprotoneg \
|
||||
$ CC=afl-clang-fast ./config enable-fuzz-afl no-shared no-module \
|
||||
-DPEDANTIC enable-tls1_3 enable-weak-ssl-ciphers enable-rc5 \
|
||||
enable-md2 enable-ssl3 enable-ssl3-method enable-nextprotoneg \
|
||||
enable-ec_nistp_64_gcc_128 -fno-sanitize=alignment \
|
||||
--debug
|
||||
$ make
|
||||
|
Loading…
Reference in New Issue
Block a user