summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2022-12-13 03:32:57 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2022-12-13 03:32:57 +0300
commit3a52c79b44e93a9bc3878c8b6d364dfcd019ac85 (patch)
tree98aba7668e06b545c8bd19472e701762fad86163
parent5eaa67490a43e4f1088b3ebf533559b424f207f1 (diff)
downloadnginx-3a52c79b44e93a9bc3878c8b6d364dfcd019ac85.tar.gz
Updated OpenSSL and zlib used for win32 builds.
-rw-r--r--misc/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index d4a7ae531..8323e07b9 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,8 +6,8 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-1.1.1q
-ZLIB = zlib-1.2.12
+OPENSSL = openssl-1.1.1s
+ZLIB = zlib-1.2.13
PCRE = pcre2-10.39