summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2019-02-26 18:01:30 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2019-02-26 18:01:30 +0300
commit6647cbd10bc8cc9bb04210199f457591369a2910 (patch)
tree0f1502fbd72f74d57c9c2c4bcb8579450649a816
parent1a30d79c429cb1d4438d592db62cbe701e3b4360 (diff)
Updated OpenSSL used for win32 builds.
-rw-r--r--misc/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 73de6fe93..bf91174eb 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,7 +6,7 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-1.0.2q
+OPENSSL = openssl-1.1.1b
ZLIB = zlib-1.2.11
PCRE = pcre-8.42