diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-04-12 03:36:04 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-04-12 03:36:04 (GMT) |
commit | c7d979f0221b4426fb2160f0960a61c1e7bc59df (patch) | |
tree | 80b163b0022909d5b4dad24caf4c385eced1a652 /PCbuild/get_externals.bat | |
parent | f172caeb8bcdc56674abc0ee5fac95021059ec5d (diff) | |
download | cpython-c7d979f0221b4426fb2160f0960a61c1e7bc59df.zip cpython-c7d979f0221b4426fb2160f0960a61c1e7bc59df.tar.gz cpython-c7d979f0221b4426fb2160f0960a61c1e7bc59df.tar.bz2 |
Closes #23686: Update Windows installer OpenSSL to 1.0.2a
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 e9987be..a1d5225 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.1l + openssl-1.0.2a tcl-core-8.6.3.1 tk-8.6.3.1 tix-8.4.3.4 |