summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2023-03-28 02:25:55 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2023-03-28 02:25:55 +0300
commit3fe687f477b8e1f66158eced4456145acb8d00c4 (patch)
tree965a6dbaf33a8c417f2392a9223ce1dbb1f3a365
parent87471918b20957694cb7a7503d2f868c8813c68b (diff)
downloadnginx-3fe687f477b8e1f66158eced4456145acb8d00c4.tar.gz
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 8323e07b9..a5c4a1953 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,7 +6,7 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-1.1.1s
+OPENSSL = openssl-1.1.1t
ZLIB = zlib-1.2.13
PCRE = pcre2-10.39