From: Sergey Kandaurov Date: Wed, 13 Aug 2025 13:55:56 +0000 (+0400) Subject: Updated OpenSSL used for win32 builds. X-Git-Tag: release-1.28.1~11 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=8d75cffc65e8ac8d126a9d9e2b1a0dd165bfe85e;p=nginx.git Updated OpenSSL used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 22eed135f..81b192156 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,7 +6,7 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-3.5.0 +OPENSSL = openssl-3.5.2 ZLIB = zlib-1.3.1 PCRE = pcre2-10.45