Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2019-09-24 16:30:03 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2019-09-24 16:30:03 +0300
commit2079d3c2b27c5fd3eb1c7ba8489ad289d6fe391c (patch)
treeaa30bdef25d94dfec052d74b5fa7392142c466b7
parent6052881a987fc5cd39c8666a9b39ddfeadc895ee (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 2a34ae553..6938fe91c 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,7 +6,7 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-1.1.1c
+OPENSSL = openssl-1.1.1d
ZLIB = zlib-1.2.11
PCRE = pcre-8.43