# HG changeset patch # User Maxim Dounin # Date 1653349909 -10800 # Node ID 8a54733c9d1290e6dc2f86af18e8a976a6352e4f # Parent 35afae4b3dffff6718c0cab3ceb16b9de207c20a 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.1m -ZLIB = zlib-1.2.11 +OPENSSL = openssl-1.1.1o +ZLIB = zlib-1.2.12 PCRE = pcre2-10.39