changeset 2764:bc9c5d11b67c

Updated OpenSSL version used for win32 builds.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 31 Aug 2021 17:11:05 +0100
parents 5a7d41e3cb83
children 5e3591372bf6
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	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 @@
 <article name="Building nginx on the Win32 platform with Visual C"
          link="/en/docs/howto_build_on_win32.html"
          lang="en"
-         rev="23">
+         rev="24">
 
 <section name="Prerequisites">
 
@@ -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
 </programlisting>
 </listitem>
 
@@ -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
 </programlisting>