comparison misc/GNUmakefile @ 6398:c8491e096e13

Updated OpenSSL used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 13 Feb 2016 07:28:14 +0300
parents fe0ace132a25
children 62d950bc0f15
comparison
equal deleted inserted replaced
6397:78f8ac479735 6398:c8491e096e13
3 | sed -e 's/^.*"\(.*\)".*/\1/') 3 | sed -e 's/^.*"\(.*\)".*/\1/')
4 NGINX = nginx-$(VER) 4 NGINX = nginx-$(VER)
5 TEMP = tmp 5 TEMP = tmp
6 6
7 OBJS = objs.msvc8 7 OBJS = objs.msvc8
8 OPENSSL = openssl-1.0.2e 8 OPENSSL = openssl-1.0.2f
9 ZLIB = zlib-1.2.8 9 ZLIB = zlib-1.2.8
10 PCRE = pcre-8.38 10 PCRE = pcre-8.38
11 11
12 12
13 release: export 13 release: export