Skip to content

Commit d34c7b9

Browse files
committed
Updated OpenSSL and PCRE used for win32 builds.
1 parent 1f01183 commit d34c7b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ TEMP = tmp
66

77
CC = cl
88
OBJS = objs.msvc8
9-
OPENSSL = openssl-1.1.1l
9+
OPENSSL = openssl-1.1.1m
1010
ZLIB = zlib-1.2.11
11-
PCRE = pcre-8.44
11+
PCRE = pcre2-10.39
1212

1313

1414
release: export

0 commit comments

Comments
 (0)