summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2026-04-14 16:48:30 +0400
committerSergey Kandaurov <s.kandaurov@f5.com>2026-04-14 16:57:41 +0400
commitbbaac1d43fdd20e3e42f72e2ed48f325ff8dd873 (patch)
treef215dabb54d1ad8112d175a8470713a34c7e029b
parentd3a76322cf7abedb32b8216d1e5c0cef4858e4d4 (diff)
downloadnginx-bbaac1d43fdd20e3e42f72e2ed48f325ff8dd873.tar.gz
nginx-bbaac1d43fdd20e3e42f72e2ed48f325ff8dd873.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 165715182..d6fc11036 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,7 +6,7 @@ TEMP = tmp
CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-3.5.5
+OPENSSL = openssl-3.5.6
ZLIB = zlib-1.3.2
PCRE = pcre2-10.47