We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9b273 commit 1a12e22Copy full SHA for 1a12e22
scripts/download_openssl.sh
@@ -4,5 +4,5 @@
4
set -ex
5
6
# Clone the repository to the specified directory.
7
-git clone --branch OpenSSL_1_0_2m https://github.com/openssl/openssl $1
+git clone --branch OpenSSL_1_1_1k https://github.com/openssl/openssl $1
8
scripts/install_openssl.sh
@@ -49,6 +49,7 @@ ${ARCH_PROG} ./config --prefix=${INSTALLDIR} \
49
enable-ssl3-method \
50
enable-nextprotoneg \
51
enable-weak-ssl-ciphers \
52
+ --with-fuzzer-lib=/usr/lib/libFuzzingEngine \
53
$CFLAGS \
54
${OPENSSLFLAGS}
55
0 commit comments