summaryrefslogtreecommitdiffstats
path: root/PCbuild/get_externals.bat
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-08-29 16:19:15 (GMT)
committerGitHub <noreply@github.com>2022-08-29 16:19:15 (GMT)
commit873554ef84011773618911ffa698cea181cec9fd (patch)
tree0a6ab93b46ac49381178e369bbb4699e657978fe /PCbuild/get_externals.bat
parent9c2b9348e21a4ba3e995345501898c383972752d (diff)
downloadcpython-873554ef84011773618911ffa698cea181cec9fd.zip
cpython-873554ef84011773618911ffa698cea181cec9fd.tar.gz
cpython-873554ef84011773618911ffa698cea181cec9fd.tar.bz2
gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)
Diffstat (limited to 'PCbuild/get_externals.bat')
-rw-r--r--PCbuild/get_externals.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index d293445..cd211f1 100644
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -53,7 +53,7 @@ echo.Fetching external libraries...
set libraries=
set libraries=%libraries% bzip2-1.0.8
if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.4.2
-if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1n
+if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1q
set libraries=%libraries% sqlite-3.38.4.0
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.12.1
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.12.1
@@ -77,7 +77,7 @@ echo.Fetching external binaries...
set binaries=
if NOT "%IncludeLibffi%"=="false" set binaries=%binaries% libffi-3.4.2
-if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.1n
+if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.1q
if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-8.6.12.1
if NOT "%IncludeSSLSrc%"=="false" set binaries=%binaries% nasm-2.11.06