diff options
author | Christian Heimes <christian@python.org> | 2021-04-09 15:02:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 15:02:00 (GMT) |
commit | 150af7543214e1541fa582374502ac1cd70e8eb4 (patch) | |
tree | 0a907f427ecb7f0ba1cf8209b24e9f528c343eb5 /Tools/ssl/multissltests.py | |
parent | 5151d642004c59cce58d669be85d9a5e987f51d3 (diff) | |
download | cpython-150af7543214e1541fa582374502ac1cd70e8eb4.zip cpython-150af7543214e1541fa582374502ac1cd70e8eb4.tar.gz cpython-150af7543214e1541fa582374502ac1cd70e8eb4.tar.bz2 |
bpo-43788: Generate version specific _ssl_data.h (GH-25300)
Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: GH:tiran
Diffstat (limited to 'Tools/ssl/multissltests.py')
-rwxr-xr-x | Tools/ssl/multissltests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index 598503f..dd8d211 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -49,7 +49,7 @@ OPENSSL_OLD_VERSIONS = [ OPENSSL_RECENT_VERSIONS = [ "1.1.1k", - # "3.0.0-alpha12" + # "3.0.0-alpha14" ] LIBRESSL_OLD_VERSIONS = [ |