Updated OpenSSL and PCRE used for win32 builds.

This commit is contained in:
Sergey Kandaurov 2025-06-24 15:20:27 +04:00 committed by Roman Arutyunyan
parent b997be14f5
commit 1263d6bec3

View File

@ -6,9 +6,9 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
OPENSSL = openssl-3.0.15
OPENSSL = openssl-3.5.0
ZLIB = zlib-1.3.1
PCRE = pcre2-10.39
PCRE = pcre2-10.45
release: export