From: Sergey Kandaurov Date: Tue, 1 Oct 2024 15:23:45 +0000 (+0400) Subject: Updated OpenSSL used for win32 builds. X-Git-Tag: release-1.26.3~2 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=95f9116128dfe531b054e740cfc4b10a3a1f58d5;p=nginx.git Updated OpenSSL used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 4b6a12759..a1553eea4 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,7 +6,7 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-3.0.14 +OPENSSL = openssl-3.0.15 ZLIB = zlib-1.3.1 PCRE = pcre2-10.39