diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2022-05-24 02:51:49 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2022-05-24 02:51:49 +0300 |
commit | f7e68dba8ca579a3a2357840e827fd598f165ec3 (patch) | |
tree | 5dd4d25be3e43a55b0d359b67450fb384f45f2d4 | |
parent | 2cb5bdf665c74d09f619add61228e4c3cb626469 (diff) | |
download | nginx-f7e68dba8ca579a3a2357840e827fd598f165ec3.tar.gz nginx-f7e68dba8ca579a3a2357840e827fd598f165ec3.zip |
Updated OpenSSL and zlib used for win32 builds.
-rw-r--r-- | misc/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 58e9f7f00..8f839b477 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,8 +6,8 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-1.1.1m -ZLIB = zlib-1.2.11 +OPENSSL = openssl-1.1.1o +ZLIB = zlib-1.2.12 PCRE = pcre2-10.39 |