diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-04-02 14:20:48 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-04-02 14:20:48 +0000 |
commit | c88ece44fef9c3268d4d7bc98ff409fd7df4338c (patch) | |
tree | 6c373cbfc4331b562cf9577c1ac0f316faf7dbda | |
parent | 4a529e9aec910166f12cc7c6f107a8776c33ff91 (diff) | |
download | nginx-c88ece44fef9c3268d4d7bc98ff409fd7df4338c.tar.gz nginx-c88ece44fef9c3268d4d7bc98ff409fd7df4338c.zip |
copy OpenSSL-1.0.0 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 eed4afa99..a2fac12a0 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -5,7 +5,7 @@ NGINX = nginx-$(VER) TEMP = tmp OBJS = objs.msvc8 -OPENSSL = openssl-0.9.8k +OPENSSL = openssl-1.0.0 ZLIB = zlib-1.2.3 PCRE = pcre-7.9 |