Updated OpenSSL and PCRE used for win32 builds.

This commit is contained in:
Maxim Dounin 2021-12-28 17:56:16 +03:00
parent 1f01183b9e
commit d34c7b9fb0

View File

@ -6,9 +6,9 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
OPENSSL = openssl-1.1.1l
OPENSSL = openssl-1.1.1m
ZLIB = zlib-1.2.11
PCRE = pcre-8.44
PCRE = pcre2-10.39
release: export