diff options
author | Ned Deily <nad@python.org> | 2021-12-22 04:24:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 04:24:03 (GMT) |
commit | cf96c279ac960f2a5025e2ac887f9b932a4f1474 (patch) | |
tree | 91023e231ff6b1136fb53b64f16c5876f4bccd19 /Tools | |
parent | 989d2371c8ff1c41e1b190a7df0a0d0231c2ae65 (diff) | |
download | cpython-cf96c279ac960f2a5025e2ac887f9b932a4f1474.zip cpython-cf96c279ac960f2a5025e2ac887f9b932a4f1474.tar.gz cpython-cf96c279ac960f2a5025e2ac887f9b932a4f1474.tar.bz2 |
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30224)
Co-authored-by: Ned Deily <nad@python.org>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
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 8fe5b5d..a41cabf 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -47,7 +47,7 @@ OPENSSL_OLD_VERSIONS = [ ] OPENSSL_RECENT_VERSIONS = [ - "1.1.1l", + "1.1.1m", "3.0.1" ] |