diff options
author | Christian Heimes <christian@python.org> | 2022-08-29 16:19:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 16:19:15 (GMT) |
commit | 873554ef84011773618911ffa698cea181cec9fd (patch) | |
tree | 0a6ab93b46ac49381178e369bbb4699e657978fe /Tools | |
parent | 9c2b9348e21a4ba3e995345501898c383972752d (diff) | |
download | cpython-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 'Tools')
-rwxr-xr-x | Tools/ssl/multissltests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index 24ddd2a..d64b4f6 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -46,8 +46,8 @@ OPENSSL_OLD_VERSIONS = [ ] OPENSSL_RECENT_VERSIONS = [ - "1.1.1n", - "3.0.2" + "1.1.1q", + "3.0.5" ] LIBRESSL_OLD_VERSIONS = [ |