# HG changeset patch # User Yaroslav Zhuravlev # Date 1476901425 -10800 # Node ID 9c1475613c59f07454604dc22cbee6a870de80fb # Parent 4639fa9d7e0a25e3097441181fde14befc87f573 Updated OpenSSL version used for win32 builds. diff -r 4639fa9d7e0a -r 9c1475613c59 xml/en/docs/howto_build_on_win32.xml --- a/xml/en/docs/howto_build_on_win32.xml Wed Oct 19 12:11:16 2016 +0000 +++ b/xml/en/docs/howto_build_on_win32.xml Wed Oct 19 21:23:45 2016 +0300 @@ -9,7 +9,7 @@
+ rev="5">
@@ -81,7 +81,7 @@ cd objs/lib tar -xzf ../../pcre-8.39.tar.gz tar -xzf ../../zlib-1.2.8.tar.gz -tar -xzf ../../openssl-1.0.2h.tar.gz +tar -xzf ../../openssl-1.0.2j.tar.gz @@ -95,7 +95,7 @@ --http-proxy-temp-path=temp/proxy_temp \ --http-fastcgi-temp-path=temp/fastcgi_temp \ --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs/lib/pcre-8.39 \ ---with-zlib=objs/lib/zlib-1.2.8 --with-openssl=objs/lib/openssl-1.0.2h \ +--with-zlib=objs/lib/zlib-1.2.8 --with-openssl=objs/lib/openssl-1.0.2j \ --with-select_module --with-http_ssl_module