Skip to content

Commit

Permalink
Update openssl to 1.1.1k
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cmeister2 committed Jun 16, 2021
1 parent 4c9b273 commit 1a12e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 change: 1 addition & 0 deletions scripts/install_openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 1a12e22

Please sign in to comment.