mirror of https://github.com/nginx/nginx
Updated OpenSSL and PCRE used for win32 builds.
This commit is contained in:
parent
3494f25c3e
commit
f5a989cda2
|
|
@ -6,9 +6,9 @@ TEMP = tmp
|
||||||
|
|
||||||
CC = cl
|
CC = cl
|
||||||
OBJS = objs.msvc8
|
OBJS = objs.msvc8
|
||||||
OPENSSL = openssl-3.5.2
|
OPENSSL = openssl-3.5.4
|
||||||
ZLIB = zlib-1.3.1
|
ZLIB = zlib-1.3.1
|
||||||
PCRE = pcre2-10.45
|
PCRE = pcre2-10.46
|
||||||
|
|
||||||
|
|
||||||
release: export
|
release: export
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue