Skip to content

Commit 576803d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/ssl/multissltests.py

Lines changed: 2 additions & 2 deletions
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-alpha16"
52+
"1.1.1l",
53+
"3.0.0-beta1"
5454
]
5555

5656
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)