diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2022-07-19 17:03:30 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2022-07-19 17:03:30 +0300 |
commit | 32e7811014b3689f140b5068c914e170e189ee60 (patch) | |
tree | 8f31a976bc13f83e4ea131c61f2f0bf73904fe9d | |
parent | 39b84d7a52c2d367d6baba85521c3e7cd0271961 (diff) | |
download | nginx-32e7811014b3689f140b5068c914e170e189ee60.tar.gz nginx-32e7811014b3689f140b5068c914e170e189ee60.zip |
Updated OpenSSL used for win32 builds.
-rw-r--r-- | misc/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index dfb5b9b62..d4a7ae531 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,7 +6,7 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 -OPENSSL = openssl-1.1.1p +OPENSSL = openssl-1.1.1q ZLIB = zlib-1.2.12 PCRE = pcre2-10.39 |