summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2021-08-31 17:54:54 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2021-08-31 17:54:54 +0300
commit9b2488b2c350588423899f12fc062a35d5e86cad (patch)
tree80052b06a649cc38709cd97477e907a5bad9c05c
parent192df267e571696382a624c39d25facb301017cd (diff)
downloadnginx-9b2488b2c350588423899f12fc062a35d5e86cad.tar.gz
nginx-9b2488b2c350588423899f12fc062a35d5e86cad.tar.bz2
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 c5fde1f04..36dd63836 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,7 +6,7 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-1.1.1k
+OPENSSL = openssl-1.1.1l
ZLIB = zlib-1.2.11
PCRE = pcre-8.44