summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-01-31 20:20:40 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-01-31 20:20:40 (GMT)
commita5e1dbef146b9d1aece4e3def828d2b216a07e41 (patch)
treef8b8ae2f7a161de217c97c7dd6d0295616a5a827 /PCbuild
parentbe72456fa2ba4f58d3c5584655e50fe3982f5b9b (diff)
downloadcpython-a5e1dbef146b9d1aece4e3def828d2b216a07e41.zip
cpython-a5e1dbef146b9d1aece4e3def828d2b216a07e41.tar.gz
cpython-a5e1dbef146b9d1aece4e3def828d2b216a07e41.tar.bz2
Issue #23212: Update Windows copy of OpenSSL to 1.0.1l
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/get_externals.bat2
-rw-r--r--PCbuild/python.props2
2 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index 80f6d9b..e9987be 100644
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -54,7 +54,7 @@ echo.Fetching external libraries...
for %%e in (
bzip2-1.0.6
nasm-2.11.06
- openssl-1.0.1j
+ openssl-1.0.1l
tcl-core-8.6.3.1
tk-8.6.3.1
tix-8.4.3.4
diff --git a/PCbuild/python.props b/PCbuild/python.props
index 788df56..e41f8ac 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -34,7 +34,7 @@
<sqlite3Dir>$(ExternalsDir)sqlite-3.8.3.1\</sqlite3Dir>
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
<lzmaDir>$(ExternalsDir)xz-5.0.5\</lzmaDir>
- <opensslDir>$(ExternalsDir)openssl-1.0.1j\</opensslDir>
+ <opensslDir>$(ExternalsDir)openssl-1.0.1l\</opensslDir>
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>
<!-- Suffix for all binaries when building for debug -->