aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2024-08-12 18:20:49 +0400
committerSergey Kandaurov <pluknet@nginx.com>2024-08-12 18:20:49 +0400
commitc165589d098e08b5084d334be4612738f2bcfa84 (patch)
treebaa251d8651feeb70586f39b67878469c6e9c00b
parent88955b1044ef38315b77ad1a509d63631a790a0f (diff)
downloadnginx-c165589d098e08b5084d334be4612738f2bcfa84.tar.gz
nginx-c165589d098e08b5084d334be4612738f2bcfa84.zip
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 dca0e2637..fa4c36d49 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,7 +6,7 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-3.0.13
+OPENSSL = openssl-3.0.14
ZLIB = zlib-1.3.1
PCRE = pcre2-10.39