From ab976ab39a9e924aa2016f00a22ad301f39c81ac Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Tue, 16 Jun 2026 19:30:59 +0400 Subject: [PATCH] Updated OpenSSL used for win32 builds --- misc/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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