From: Sergey Kandaurov Date: Tue, 16 Jun 2026 15:30:59 +0000 (+0400) Subject: Updated OpenSSL used for win32 builds X-Git-Tag: release-1.30.3~3 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=de1e34c693d6d38f4223d4ebd5cbdfdca452de1a;p=nginx.git Updated OpenSSL used for win32 builds --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index d6fc11036..2211bfeeb 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,7 +6,7 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-3.5.6 +OPENSSL = openssl-3.5.7 ZLIB = zlib-1.3.2 PCRE = pcre2-10.47