Revert "win32: we should use the right openssl patch."

We now downgrade openssl for the win32 build to 1.0.2o.

This reverts commit 8b98c7df0f.
This commit is contained in:
Yichun Zhang (agentzh) 2018-04-19 20:09:34 -07:00
parent 8b98c7df0f
commit d6c07852e6
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PCRE=pcre-8.42
ZLIB=zlib-1.2.11
OPENSSL=openssl-1.1.0h
OPENSSL=openssl-1.0.2n
# wget https://www.openssl.org/source/openssl-1.0.2k.tar.gz
# wget http://zlib.net/zlib-1.2.11.tar.gz
@ -18,7 +18,7 @@ tar -xf ../../../$PCRE.tar.gz || exit 1
cd ../..
cd objs/lib/$OPENSSL || exit 1
patch -p1 < ../../../patches/openssl-1.1.0d-sess_set_get_cb_yield.patch || exit 1
patch -p1 < ../../../patches/openssl-1.0.2h-sess_set_get_cb_yield.patch || exit 1
cd ../../..
#--with-openssl-opt="no-asm" \