# HG changeset patch # User Yaroslav Zhuravlev # Date 1630426265 -3600 # Node ID bc9c5d11b67c1361940a901642a1b62b86f26a6b # Parent 5a7d41e3cb839d7863bd14e6f057d21be9cf8cd7 Updated OpenSSL version used for win32 builds. diff -r 5a7d41e3cb83 -r bc9c5d11b67c xml/en/docs/howto_build_on_win32.xml --- a/xml/en/docs/howto_build_on_win32.xml Tue Aug 31 16:48:57 2021 +0100 +++ b/xml/en/docs/howto_build_on_win32.xml Tue Aug 31 17:11:05 2021 +0100 @@ -9,7 +9,7 @@
+ rev="24">
@@ -82,7 +82,7 @@ cd objs/lib tar -xzf ../../pcre-8.44.tar.gz tar -xzf ../../zlib-1.2.11.tar.gz -tar -xzf ../../openssl-1.1.1k.tar.gz +tar -xzf ../../openssl-1.1.1l.tar.gz @@ -106,7 +106,7 @@ --with-cc-opt=-DFD_SETSIZE=1024 \ --with-pcre=objs/lib/pcre-8.44 \ --with-zlib=objs/lib/zlib-1.2.11 \ - --with-openssl=objs/lib/openssl-1.1.1k \ + --with-openssl=objs/lib/openssl-1.1.1l \ --with-openssl-opt=no-asm \ --with-http_ssl_module