changeset 1822:9c1475613c59

Updated OpenSSL version used for win32 builds.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 19 Oct 2016 21:23:45 +0300
parents 4639fa9d7e0a
children fd5656dab254
files xml/en/docs/howto_build_on_win32.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 <article name="Building nginx on the Win32 platform with Visual C"
          link="/en/docs/howto_build_on_win32.html"
          lang="en"
-         rev="4">
+         rev="5">
 
 <section name="Prerequisites">
 
@@ -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
 </programlisting>
 </listitem>
 
@@ -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
 </programlisting>
 </listitem>