win32/win64: downgraded openssl from 1.1.1e to 1.1.1d since the former has known issues.

This commit is contained in:
Yichun Zhang (agentzh) 2020-03-19 19:39:08 -07:00
parent 6b71480115
commit 4ee261201d
1 changed files with 4 additions and 3 deletions

View File

@ -2,10 +2,10 @@
PCRE=pcre-8.44
ZLIB=zlib-1.2.11
OPENSSL=openssl-1.1.1e
OPENSSL=openssl-1.1.1d
JOBS=12
# wget https://www.openssl.org/source/openssl-1.1.1e.tar.gz
# wget https://www.openssl.org/source/openssl-1.1.1d.tar.gz
# wget http://zlib.net/zlib-1.2.11.tar.gz
# wget https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz
@ -20,7 +20,8 @@ cd ../..
cd objs/lib/$OPENSSL || exit 1
#patch -p1 < ../../../patches/openssl-1.1.0j-parallel_build_fix.patch || exit 1
patch -p1 < ../../../patches/openssl-1.1.1e-sess_set_get_cb_yield.patch \
patch -p1 < ../../../patches/openssl-1.1.1c-sess_set_get_cb_yield.patch \
#patch -p1 < ../../../patches/openssl-1.1.1e-sess_set_get_cb_yield.patch \
|| exit 1
cd ../../..