Skip to content

Commit 1a12e22

Browse files
committed
Update openssl to 1.1.1k
Update the version of openssl in use to 1.1.1k. Sync the config invocation with that of the openssl oss-fuzz project. Fixes #43
1 parent 4c9b273 commit 1a12e22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/download_openssl.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
set -ex
55

66
# Clone the repository to the specified directory.
7-
git clone --branch OpenSSL_1_0_2m https://github.com/openssl/openssl $1
7+
git clone --branch OpenSSL_1_1_1k https://github.com/openssl/openssl $1
88

scripts/install_openssl.sh

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ ${ARCH_PROG} ./config --prefix=${INSTALLDIR} \
4949
enable-ssl3-method \
5050
enable-nextprotoneg \
5151
enable-weak-ssl-ciphers \
52+
--with-fuzzer-lib=/usr/lib/libFuzzingEngine \
5253
$CFLAGS \
5354
${OPENSSLFLAGS}
5455

0 commit comments

Comments
 (0)