From: Maxim Dounin Date: Mon, 27 Mar 2023 23:25:55 +0000 (+0300) Subject: Updated OpenSSL used for win32 builds. X-Git-Tag: release-1.23.4~1 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=3fe687f477b8e1f66158eced4456145acb8d00c4;p=nginx.git Updated OpenSSL used for win32 builds. --- diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 8323e07b9..a5c4a1953 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,7 +6,7 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-1.1.1s +OPENSSL = openssl-1.1.1t ZLIB = zlib-1.2.13 PCRE = pcre2-10.39