We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b98c7d commit d6c0785Copy full SHA for d6c0785
util/build-win32.sh
@@ -2,7 +2,7 @@
2
3
PCRE=pcre-8.42
4
ZLIB=zlib-1.2.11
5
-OPENSSL=openssl-1.1.0h
+OPENSSL=openssl-1.0.2n
6
7
# wget https://www.openssl.org/source/openssl-1.0.2k.tar.gz
8
# wget http://zlib.net/zlib-1.2.11.tar.gz
@@ -18,7 +18,7 @@ tar -xf ../../../$PCRE.tar.gz || exit 1
18
cd ../..
19
20
cd objs/lib/$OPENSSL || exit 1
21
-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
22
cd ../../..
23
24
#--with-openssl-opt="no-asm" \
0 commit comments