summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2018-04-03 03:54:09 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2018-04-03 03:54:09 +0300
commit703ca2b39713f1afa919763a31448b199a4b98a3 (patch)
treef004ab39e53b88d9b105ff47ddafea824129c9d7
parentd90a75b7cdc70ddb2aa1880dc09301c5f1a279ae (diff)
Updated OpenSSL and PCRE used for win32 builds.
-rw-r--r--misc/GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 9a9405c2b..243a18e73 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,9 +6,9 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-1.0.2n
+OPENSSL = openssl-1.0.2o
ZLIB = zlib-1.2.11
-PCRE = pcre-8.41
+PCRE = pcre-8.42
release: export