diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-02-22 10:08:51 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-02-22 10:08:51 (GMT) |
commit | 6fe57ad229d46516c1ead1d37c015824b2428746 (patch) | |
tree | 4a9478521f27892bd3d6414bb0f29d2652e02b17 /PCbuild/get_externals.bat | |
parent | 16f164e9b8b25b4c3e203249be44e910b0ee5827 (diff) | |
download | cpython-6fe57ad229d46516c1ead1d37c015824b2428746.zip cpython-6fe57ad229d46516c1ead1d37c015824b2428746.tar.gz cpython-6fe57ad229d46516c1ead1d37c015824b2428746.tar.bz2 |
Issue #26268: Update Windows builds to use OpenSSL 1.0.2f
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 0b3c08b..f6ed070 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.2d
+if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2f
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
|