diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-15 01:57:09 +0000 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-15 01:57:09 +0000 |
commit | de964a9a27197f41b398b1ed18468d9cc9e44f07 (patch) | |
tree | b162e32f8321d25785e2aad01a6b8e4e3bfee28f | |
parent | 51e926fc4fac2863d0333f4dfb82103b69c2d20c (diff) | |
download | nginx-de964a9a27197f41b398b1ed18468d9cc9e44f07.tar.gz nginx-de964a9a27197f41b398b1ed18468d9cc9e44f07.zip |
Updated OpenSSL and PCRE used for win32 builds.
-rw-r--r-- | misc/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 942b8b466..d84a02a4d 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -6,9 +6,9 @@ TEMP = tmp REPO = $(shell svn info | sed -n 's/^Repository Root: //p') OBJS = objs.msvc8 -OPENSSL = openssl-1.0.0g +OPENSSL = openssl-1.0.0h ZLIB = zlib-1.2.5 -PCRE = pcre-8.21 +PCRE = pcre-8.30 release: |