changeset 6319:fe0ace132a25

Updated OpenSSL and PCRE used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 07 Dec 2015 20:09:34 +0300
parents 3250a5783787
children a6902a941279
files misc/GNUmakefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -5,9 +5,9 @@ NGINX =		nginx-$(VER)
 TEMP =		tmp
 
 OBJS =		objs.msvc8
-OPENSSL =	openssl-1.0.2d
+OPENSSL =	openssl-1.0.2e
 ZLIB =		zlib-1.2.8
-PCRE =		pcre-8.37
+PCRE =		pcre-8.38
 
 
 release: export