diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-07-29 15:15:16 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-07-29 15:15:16 +0000 |
commit | 26b94d71738b3cc48ddced35c984941d2f5bf68e (patch) | |
tree | 2f3c80f51571dc98d8bdb27b1ec4fec73aaed414 | |
parent | 922f1065827783287eb225ca4536256712b874a5 (diff) | |
download | nginx-26b94d71738b3cc48ddced35c984941d2f5bf68e.tar.gz nginx-26b94d71738b3cc48ddced35c984941d2f5bf68e.zip |
copy OpenSSL-1.0.0d LICENSE for nginx/Windows zip
-rw-r--r-- | misc/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index fe5c77eee..b103c282d 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -5,7 +5,7 @@ NGINX = nginx-$(VER) TEMP = tmp OBJS = objs.msvc8 -OPENSSL = openssl-0.9.8r +OPENSSL = openssl-1.0.0d ZLIB = zlib-1.2.3 PCRE = pcre-7.9 |