diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-10-17 21:31:57 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-10-17 21:31:57 (GMT) |
commit | 4dc7278546992f1d985dd296fc0c0d884b57f0a5 (patch) | |
tree | c0211c8f590f9ce851dd7b990644bdd460540b3c /PCbuild/get_externals.bat | |
parent | f88cad00877d4084a89ac7bdbd6d037e9b5d8b98 (diff) | |
parent | baa6d3a01f9716e96ccc8126c863a8e5916e910c (diff) | |
download | cpython-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/get_externals.bat')
-rw-r--r-- | PCbuild/get_externals.bat | 2 |
1 files changed, 1 insertions, 1 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 |