# HG changeset patch # User Maxim Dounin # Date 1670891577 -10800 # Node ID 9ed5778f5d4aab1f7c3af07ade54a30a939c6070 # Parent 56819a9491fe2ee1dcfe4986bed913b894fc0360 Updated OpenSSL and zlib used for win32 builds. diff --git a/misc/GNUmakefile b/misc/GNUmakefile --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,8 +6,8 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-1.1.1q -ZLIB = zlib-1.2.12 +OPENSSL = openssl-1.1.1s +ZLIB = zlib-1.2.13 PCRE = pcre2-10.39