diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-02-21 10:04:02 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-02-21 10:04:02 +0000 |
commit | b10de5d63a31b0364b9f5ec090bbb9c3b131c4c3 (patch) | |
tree | d49e20357a792199faf555ba8d4f8c280c239622 | |
parent | 2a526d49699fd492f39cb6306473096892d14a4a (diff) | |
download | nginx-b10de5d63a31b0364b9f5ec090bbb9c3b131c4c3.tar.gz nginx-b10de5d63a31b0364b9f5ec090bbb9c3b131c4c3.zip |
copy OpenSSL-0.9.8r 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 145c9bf82..fe5c77eee 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -5,7 +5,7 @@ NGINX = nginx-$(VER) TEMP = tmp OBJS = objs.msvc8 -OPENSSL = openssl-0.9.8q +OPENSSL = openssl-0.9.8r ZLIB = zlib-1.2.3 PCRE = pcre-7.9 |