From 4824385fec0a1de99b4183f995a3e4923771bf64 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Mon, 10 Dec 2018 19:52:36 -0800 Subject: bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088) --- PCbuild/python.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PCbuild/python.props') diff --git a/PCbuild/python.props b/PCbuild/python.props index f474e6f07e..f83d4df0d5 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -49,8 +49,8 @@ $(ExternalsDir)sqlite-3.21.0.0\ $(ExternalsDir)bzip2-1.0.6\ $(ExternalsDir)xz-5.2.2\ - $(ExternalsDir)openssl-1.1.0i\ - $(ExternalsDir)openssl-bin-1.1.0i\$(ArchName)\ + $(ExternalsDir)openssl-1.1.0j\ + $(ExternalsDir)openssl-bin-1.1.0j\$(ArchName)\ $(opensslOutDir)include $(ExternalsDir)\nasm-2.11.06\ $(ExternalsDir)\zlib-1.2.11\ -- cgit v1.2.1