diff options
author | Benjamin Peterson <benjamin@python.org> | 2020-03-31 15:49:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 15:49:56 (GMT) |
commit | cd16661f903153ecac55f190ed682e576c5deb24 (patch) | |
tree | 1d207e5b523b54edca6fbc073e8a85edf6641f24 /Tools | |
parent | 01e743d704aeefd1c1825a6a96d0c766c5516fb1 (diff) | |
download | cpython-cd16661f903153ecac55f190ed682e576c5deb24.zip cpython-cd16661f903153ecac55f190ed682e576c5deb24.tar.gz cpython-cd16661f903153ecac55f190ed682e576c5deb24.tar.bz2 |
closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)
Diffstat (limited to 'Tools')
-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 d816810..05d6d7d 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -47,7 +47,7 @@ OPENSSL_OLD_VERSIONS = [ OPENSSL_RECENT_VERSIONS = [ "1.0.2t", "1.1.0l", - "1.1.1d", + "1.1.1f", ] LIBRESSL_OLD_VERSIONS = [ |