Discussion:
[nginx] Updated OpenSSL used for win32 builds.
Maxim Dounin
2018-12-04 13:37:12 UTC
Permalink
details: https://hg.nginx.org/nginx/rev/931f9d2abf28
branches: stable-1.14
changeset: 7423:931f9d2abf28
user: Maxim Dounin <***@mdounin.ru>
date: Tue Nov 27 17:02:56 2018 +0300
description:
Updated OpenSSL used for win32 builds.

diffstat:

misc/GNUmakefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/misc/GNUmakefile b/misc/GNUmakefile
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -6,7 +6,7 @@ TEMP = tmp

CC = cl
OBJS = objs.msvc8
-OPENSSL = openssl-1.0.2p
+OPENSSL = openssl-1.0.2q
ZLIB = zlib-1.2.11
PCRE = pcre-8.42

Loading...