diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2024-10-01 19:23:45 +0400 |
---|---|---|
committer | pluknet <pluknet@nginx.com> | 2024-10-02 19:13:19 +0400 |
commit | 0e7c9ddb275a496b24adc3f1de8eebe70a40ee26 (patch) | |
tree | 0d1645cc50e45eb38912cb2475e129d1d7935868 | |
parent | 5917e9de5a45bb7288c1c433db840d1a4c6290f3 (diff) | |
download | nginx-0e7c9ddb275a496b24adc3f1de8eebe70a40ee26.tar.gz nginx-0e7c9ddb275a496b24adc3f1de8eebe70a40ee26.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 fcf34ec34..e18a86a63 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,7 +6,7 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-3.0.14 +OPENSSL = openssl-3.0.15 ZLIB = zlib-1.3.1 PCRE = pcre2-10.39 |