diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-01-20 11:07:35 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-01-20 11:07:35 +0000 |
commit | 25a3da354aea38bec3d4d207a33b1be8f021d78f (patch) | |
tree | baad72b480632b991c88c635cd1134e1defca2d0 | |
parent | 26cf2c96ea50f86c273411a2a4a1514f63800884 (diff) | |
download | nginx-25a3da354aea38bec3d4d207a33b1be8f021d78f.tar.gz nginx-25a3da354aea38bec3d4d207a33b1be8f021d78f.zip |
copy OpenSSL-0.9.8q 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 1c1a2ff76..145c9bf82 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -5,7 +5,7 @@ NGINX = nginx-$(VER) TEMP = tmp OBJS = objs.msvc8 -OPENSSL = openssl-0.9.8o +OPENSSL = openssl-0.9.8q ZLIB = zlib-1.2.3 PCRE = pcre-7.9 |