diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2024-08-12 18:20:49 +0400 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2024-08-12 18:20:49 +0400 |
commit | c165589d098e08b5084d334be4612738f2bcfa84 (patch) | |
tree | baa251d8651feeb70586f39b67878469c6e9c00b | |
parent | 88955b1044ef38315b77ad1a509d63631a790a0f (diff) | |
download | nginx-c165589d098e08b5084d334be4612738f2bcfa84.tar.gz nginx-c165589d098e08b5084d334be4612738f2bcfa84.zip |
Updated OpenSSL used for win32 builds.
-rw-r--r-- | misc/GNUmakefile | 2 |
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 |