From: Maxim Dounin Date: Mon, 23 May 2022 23:51:49 +0000 (+0300) Subject: Updated OpenSSL and zlib used for win32 builds. X-Git-Tag: release-1.22.0~1 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=dcfc010f1c7be5158d6d3086af43c5579a8cbeca;p=nginx.git Updated OpenSSL and zlib used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 58e9f7f00..8f839b477 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,8 +6,8 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-1.1.1m -ZLIB = zlib-1.2.11 +OPENSSL = openssl-1.1.1o +ZLIB = zlib-1.2.12 PCRE = pcre2-10.39