diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2014-10-28 17:35:00 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2014-10-28 17:35:00 +0300 |
commit | 23f27c282900aa78d9f77125e108ed953670ed6a (patch) | |
tree | 24689b691c72ef15dee3d413b3117bda847114aa | |
parent | b3f9a94e6ade9f91995505398becb6d36e5d3ac0 (diff) | |
download | nginx-23f27c282900aa78d9f77125e108ed953670ed6a.tar.gz nginx-23f27c282900aa78d9f77125e108ed953670ed6a.zip |
Updated OpenSSL used for win32 builds.
-rw-r--r-- | misc/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 067f86d21..7bd909e89 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -5,7 +5,7 @@ NGINX = nginx-$(VER) TEMP = tmp OBJS = objs.msvc8 -OPENSSL = openssl-1.0.1i +OPENSSL = openssl-1.0.1j ZLIB = zlib-1.2.8 PCRE = pcre-8.35 |