# HG changeset patch # User Maxim Dounin # Date 1720486357 -10800 # Node ID 88105160c0775709cd3f8982f26dce824e682ee8 # Parent 5be23505292b718581a706be312a604237f91f8e Updated OpenSSL used for win32 builds. diff --git a/misc/GNUmakefile b/misc/GNUmakefile --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,7 +6,7 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-3.0.13 +OPENSSL = openssl-3.0.14 ZLIB = zlib-1.3.1 PCRE = pcre2-10.39