summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-08-30 06:07:38 -0700
committerGitHub <noreply@github.com>2021-08-30 06:07:38 -0700
commitdc46f4c9846ad16567ab293b405efc3ed10ab9d5 (patch)
treed4369f09672eb9c19b602d04439cfae9d0bc897a /Tools
parentbpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries wh... (diff)
downloadcpython-dc46f4c9846ad16567ab293b405efc3ed10ab9d5.tar.gz
cpython-dc46f4c9846ad16567ab293b405efc3ed10ab9d5.tar.bz2
cpython-dc46f4c9846ad16567ab293b405efc3ed10ab9d5.zip
bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
This was missed while upgrading CI. (cherry picked from commit d6cb5dd9e19210f5963ff8beadde7ca2fda71574) Co-authored-by: Łukasz Langa <lukasz@langa.pl>
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 25ce2faffac..9b46c8c7c09 100755
--- a/Tools/ssl/multissltests.py
+++ b/Tools/ssl/multissltests.py
@@ -47,7 +47,7 @@ OPENSSL_OLD_VERSIONS = [
]
OPENSSL_RECENT_VERSIONS = [
- "1.1.1k",
+ "1.1.1l",
"3.0.0-beta1"
]