diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2020-12-15 16:49:24 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2020-12-15 16:49:24 +0300 |
commit | b3341c06cbdf7286e833f2726a81493dff069e97 (patch) | |
tree | 5b57528c234b4d57b9ae52d5e689d5f15642b25a /misc | |
parent | b138e263959778bb4ba73243106d2c5f98a2c927 (diff) | |
download | nginx-b3341c06cbdf7286e833f2726a81493dff069e97.tar.gz nginx-b3341c06cbdf7286e833f2726a81493dff069e97.zip |
Updated OpenSSL used for win32 builds.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 80eb9b929..5c7550558 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,7 +6,7 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-1.1.1h +OPENSSL = openssl-1.1.1i ZLIB = zlib-1.2.11 PCRE = pcre-8.44 |