summaryrefslogtreecommitdiffstats
path: root/PCbuild/get_externals.bat
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-06-15 22:13:28 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-06-15 22:13:28 (GMT)
commit42d4b9c22c0ccd54e93dcc491b51d47ac0dea932 (patch)
tree011b2fc10fb660c59c82eb519a0e57c3eb8024de /PCbuild/get_externals.bat
parentf7c562439b4aca9bd58689a32e035b9199818d0d (diff)
downloadcpython-42d4b9c22c0ccd54e93dcc491b51d47ac0dea932.zip
cpython-42d4b9c22c0ccd54e93dcc491b51d47ac0dea932.tar.gz
cpython-42d4b9c22c0ccd54e93dcc491b51d47ac0dea932.tar.bz2
Issue #26930: Update Windows build to OpenSSL 1.0.2h
Diffstat (limited to 'PCbuild/get_externals.bat')
-rw-r--r--PCbuild/get_externals.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index 63ba282..9b2a084 100644
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -54,7 +54,7 @@ echo.Fetching external libraries...
set libraries=
set libraries=%libraries% bzip2-1.0.6
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% nasm-2.11.06
-if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2g
+if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2h
set libraries=%libraries% sqlite-3.8.11.0
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.4.2
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.4.2