Skip to content

Commit d6c0785

Browse files
committed
Revert "win32: we should use the right openssl patch."
We now downgrade openssl for the win32 build to 1.0.2o. This reverts commit 8b98c7d.
1 parent 8b98c7d commit d6c0785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/build-win32.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PCRE=pcre-8.42
44
ZLIB=zlib-1.2.11
5-
OPENSSL=openssl-1.1.0h
5+
OPENSSL=openssl-1.0.2n
66

77
# wget https://www.openssl.org/source/openssl-1.0.2k.tar.gz
88
# wget http://zlib.net/zlib-1.2.11.tar.gz
@@ -18,7 +18,7 @@ tar -xf ../../../$PCRE.tar.gz || exit 1
1818
cd ../..
1919

2020
cd objs/lib/$OPENSSL || exit 1
21-
patch -p1 < ../../../patches/openssl-1.1.0d-sess_set_get_cb_yield.patch || exit 1
21+
patch -p1 < ../../../patches/openssl-1.0.2h-sess_set_get_cb_yield.patch || exit 1
2222
cd ../../..
2323

2424
#--with-openssl-opt="no-asm" \

0 commit comments

Comments
 (0)