summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2022-07-19 17:03:30 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2022-07-19 17:03:30 +0300
commit32e7811014b3689f140b5068c914e170e189ee60 (patch)
tree8f31a976bc13f83e4ea131c61f2f0bf73904fe9d
parent39b84d7a52c2d367d6baba85521c3e7cd0271961 (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 dfb5b9b62..d4a7ae531 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,7 +6,7 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-1.1.1p
+OPENSSL = openssl-1.1.1q
ZLIB = zlib-1.2.12
PCRE = pcre2-10.39