# HG changeset patch # User Maxim Dounin # Date 1698087026 -10800 # Node ID 782535848b3ef08aff469073262067f18a6184aa # Parent ea1f29c2010cda4940b741976f103d547308815a Updated OpenSSL and zlib used for win32 builds. diff -r ea1f29c2010c -r 782535848b3e misc/GNUmakefile --- a/misc/GNUmakefile Sat Oct 21 18:48:24 2023 +0400 +++ b/misc/GNUmakefile Mon Oct 23 21:50:26 2023 +0300 @@ -6,8 +6,8 @@ CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-3.0.10 -ZLIB = zlib-1.2.13 +OPENSSL = openssl-3.0.11 +ZLIB = zlib-1.3 PCRE = pcre2-10.39