From: Sergey Kandaurov Date: Mon, 12 Aug 2024 14:20:49 +0000 (+0400) Subject: Updated OpenSSL used for win32 builds. X-Git-Tag: release-1.26.2~1 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=6da478eacdf77653b138ce6f6317091981ef237d;p=nginx.git Updated OpenSSL used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index dca0e2637..fa4c36d49 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,7 +6,7 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-3.0.13 +OPENSSL = openssl-3.0.14 ZLIB = zlib-1.3.1 PCRE = pcre2-10.39