diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-08-07 04:21:03 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-08-07 04:21:03 (GMT) |
commit | b40cf1f80490c48b087a50a83bcaa032ce6cdbd6 (patch) | |
tree | 948eba1348d55e180a6ec28116a1ab6e4055a4c7 /PCbuild/get_externals.bat | |
parent | 2897d07623c95de6a99e8fb2d64cec970b9444c7 (diff) | |
download | cpython-b40cf1f80490c48b087a50a83bcaa032ce6cdbd6.zip cpython-b40cf1f80490c48b087a50a83bcaa032ce6cdbd6.tar.gz cpython-b40cf1f80490c48b087a50a83bcaa032ce6cdbd6.tar.bz2 |
Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.
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 f472448..783df5c 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.1h + openssl-1.0.1i tcl-8.6.1.0 tk-8.6.1.0 tix-8.4.3.4 |