From bbaac1d43fdd20e3e42f72e2ed48f325ff8dd873 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Tue, 14 Apr 2026 16:48:30 +0400 Subject: 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 165715182..d6fc11036 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,7 +6,7 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-3.5.5 +OPENSSL = openssl-3.5.6 ZLIB = zlib-1.3.2 PCRE = pcre2-10.47 -- cgit