diff --git a/scripts/download_openssl.sh b/scripts/download_openssl.sh index 730ea9df2..ab2a42be9 100755 --- a/scripts/download_openssl.sh +++ b/scripts/download_openssl.sh @@ -4,5 +4,5 @@ set -ex # Clone the repository to the specified directory. -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 diff --git a/scripts/install_openssl.sh b/scripts/install_openssl.sh index c1c8027e3..3041ee396 100755 --- a/scripts/install_openssl.sh +++ b/scripts/install_openssl.sh @@ -49,6 +49,7 @@ ${ARCH_PROG} ./config --prefix=${INSTALLDIR} \ enable-ssl3-method \ enable-nextprotoneg \ enable-weak-ssl-ciphers \ + --with-fuzzer-lib=/usr/lib/libFuzzingEngine \ $CFLAGS \ ${OPENSSLFLAGS}