From: Sergey Kandaurov Date: Wed, 14 Feb 2024 11:55:42 +0000 (+0400) Subject: Updated OpenSSL and zlib used for win32 builds. X-Git-Tag: release-1.25.4~1 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=4bef3c3367e44488d2b26dd3683e5121b2424d28;p=nginx.git Updated OpenSSL and zlib used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 067dd7481..dca0e2637 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,8 +6,8 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-3.0.11 -ZLIB = zlib-1.3 +OPENSSL = openssl-3.0.13 +ZLIB = zlib-1.3.1 PCRE = pcre2-10.39