mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
Updated OpenSSL and zlib used for win32 builds.
This commit is contained in:
parent
b19bc2e0fa
commit
80a620a2f3
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ TEMP = tmp
|
|||
|
||||
CC = cl
|
||||
OBJS = objs.msvc8
|
||||
OPENSSL = openssl-3.0.10
|
||||
ZLIB = zlib-1.2.13
|
||||
OPENSSL = openssl-3.0.11
|
||||
ZLIB = zlib-1.3
|
||||
PCRE = pcre2-10.39
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue