Skip to content

Commit b3af7fa

Browse files
miss-islingtontiran
authored andcommitted
Update multissltests: 1.0.2m, 1.1.0g (GH-4232) (#4236)
(cherry picked from commit 0d2c645)
1 parent aad7ac1 commit b3af7fa

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Tools/ssl/multissltests.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,14 @@
4141
log = logging.getLogger("multissl")
4242

4343
OPENSSL_OLD_VERSIONS = [
44-
"0.9.8zc",
4544
"0.9.8zh",
4645
"1.0.1u",
4746
]
4847

4948
OPENSSL_RECENT_VERSIONS = [
5049
"1.0.2",
51-
"1.0.2l",
52-
"1.1.0f",
50+
"1.0.2m",
51+
"1.1.0g",
5352
]
5453

5554
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)