summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2021-12-22 04:24:03 (GMT)
committerGitHub <noreply@github.com>2021-12-22 04:24:03 (GMT)
commitcf96c279ac960f2a5025e2ac887f9b932a4f1474 (patch)
tree91023e231ff6b1136fb53b64f16c5876f4bccd19 /Tools
parent989d2371c8ff1c41e1b190a7df0a0d0231c2ae65 (diff)
downloadcpython-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-xTools/ssl/multissltests.py2
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"
]