commit | 2a3ad920471a4ffa52f4f14fca3619d820fc6463 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Tue May 24 02:51:49 2022 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Tue May 24 02:51:49 2022 +0300 |
tree | 5dd4d25be3e43a55b0d359b67450fb384f45f2d4 | |
parent | 942fccd4d1d8e5afae2c00e3c1da82572127e8ce [diff] |
Updated OpenSSL and zlib used for win32 builds.
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 58e9f7f..8f839b4 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile
@@ -6,8 +6,8 @@ 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