Skip to content

Commit afd2451

Browse files
committed
Revert "Update openssl to 1.1.1k"
This reverts commit 1a12e22. Breaks the main build due to depending on a library that doesn't exist outside of ossfuzz builds
1 parent 1a12e22 commit afd2451

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/download_openssl.sh

Lines changed: 1 addition & 1 deletion
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_1_1k https://github.com/openssl/openssl $1
7+
git clone --branch OpenSSL_1_0_2m https://github.com/openssl/openssl $1
88

scripts/install_openssl.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ ${ARCH_PROG} ./config --prefix=${INSTALLDIR} \
4949
enable-ssl3-method \
5050
enable-nextprotoneg \
5151
enable-weak-ssl-ciphers \
52-
--with-fuzzer-lib=/usr/lib/libFuzzingEngine \
5352
$CFLAGS \
5453
${OPENSSLFLAGS}
5554

0 commit comments

Comments
 (0)