Skip to content

Commit 8371290

Browse files
tiranambv
andauthored
[3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28063)
This was missed while upgrading CI.. (cherry picked from commit d6cb5dd) Co-authored-by: Łukasz Langa <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>
1 parent 1f89e51 commit 8371290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/ssl/multissltests.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
]
5050

5151
OPENSSL_RECENT_VERSIONS = [
52-
"1.1.1k",
53-
# "3.0.0-alpha14"
52+
"1.1.1l",
53+
"3.0.0-beta1"
5454
]
5555

5656
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)