changeset 1905:d1c4bfa72cbb

Updated OpenSSL version used for win32 builds.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 13 Feb 2017 15:53:23 +0300
parents d59199b0c022
children e7a721d63544
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	Mon Feb 13 15:43:57 2017 +0300
+++ b/xml/en/docs/howto_build_on_win32.xml	Mon Feb 13 15:53:23 2017 +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="6">
+         rev="7">
 
 <section name="Prerequisites">
 
@@ -81,7 +81,7 @@
 cd objs/lib
 tar -xzf ../../pcre-8.40.tar.gz
 tar -xzf ../../zlib-1.2.11.tar.gz
-tar -xzf ../../openssl-1.0.2j.tar.gz
+tar -xzf ../../openssl-1.0.2k.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.40 \
---with-zlib=objs/lib/zlib-1.2.11 --with-openssl=objs/lib/openssl-1.0.2j \
+--with-zlib=objs/lib/zlib-1.2.11 --with-openssl=objs/lib/openssl-1.0.2k \
 --with-select_module --with-http_ssl_module
 </programlisting>
 </listitem>