summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-10-17 21:31:57 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-10-17 21:31:57 (GMT)
commit4dc7278546992f1d985dd296fc0c0d884b57f0a5 (patch)
treec0211c8f590f9ce851dd7b990644bdd460540b3c /PCbuild
parentf88cad00877d4084a89ac7bdbd6d037e9b5d8b98 (diff)
parentbaa6d3a01f9716e96ccc8126c863a8e5916e910c (diff)
downloadcpython-4dc7278546992f1d985dd296fc0c0d884b57f0a5.zip
cpython-4dc7278546992f1d985dd296fc0c0d884b57f0a5.tar.gz
cpython-4dc7278546992f1d985dd296fc0c0d884b57f0a5.tar.bz2
Issue #22644: Update the Windows build to OpenSSL 1.0.1j
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/get_externals.bat2
-rw-r--r--PCbuild/pyproject.props2
2 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index 783df5c..8436051 100644
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -51,7 +51,7 @@ echo.Fetching external libraries...
for %%e in (
bzip2-1.0.6
- openssl-1.0.1i
+ openssl-1.0.1j
tcl-8.6.1.0
tk-8.6.1.0
tix-8.4.3.4
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props
index e566cdc..9f2b0e5 100644
--- a/PCbuild/pyproject.props
+++ b/PCbuild/pyproject.props
@@ -20,7 +20,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.1i</opensslDir>
+ <opensslDir>$(externalsDir)\openssl-1.0.1j</opensslDir>
<tclDir>$(externalsDir)\tcl-8.6.1.0</tclDir>
<tkDir>$(externalsDir)\tk-8.6.1.0</tkDir>
<tixDir>$(externalsDir)\tix-8.4.3.4</tixDir>