changeset 7988:8af85c66da94

Updated OpenSSL and PCRE used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 Dec 2021 17:56:16 +0300
parents b002ad258f1d
children d986378168fd
files misc/GNUmakefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -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