# HG changeset patch # User Yaroslav Zhuravlev # Date 1565718628 -10800 # Node ID f90e68b836c0678ca00f97164e00a20bd4be96cc # Parent 7e1af214894646993fe3302839ceb87c1482df1d Updated OpenSSL version used for win32 builds. diff --git a/xml/en/docs/howto_build_on_win32.xml b/xml/en/docs/howto_build_on_win32.xml --- a/xml/en/docs/howto_build_on_win32.xml +++ b/xml/en/docs/howto_build_on_win32.xml @@ -9,7 +9,7 @@
+ rev="16">
@@ -81,7 +81,7 @@ mkdir objs/lib cd objs/lib tar -xzf ../../pcre-8.43.tar.gz tar -xzf ../../zlib-1.2.11.tar.gz -tar -xzf ../../openssl-1.1.1b.tar.gz +tar -xzf ../../openssl-1.1.1c.tar.gz @@ -105,7 +105,7 @@ auto/configure \ --with-cc-opt=-DFD_SETSIZE=1024 \ --with-pcre=objs/lib/pcre-8.43 \ --with-zlib=objs/lib/zlib-1.2.11 \ - --with-openssl=objs/lib/openssl-1.1.1b \ + --with-openssl=objs/lib/openssl-1.1.1c \ --with-openssl-opt=no-asm \ --with-http_ssl_module