1
Fork 0

[2.7] closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19251)

(cherry picked from commit cd16661f90)
This commit is contained in:
Benjamin Peterson 2020-03-31 20:52:23 -05:00 committed by GitHub
parent e176e0c105
commit ba8a2bcebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -46,9 +46,9 @@ OPENSSL_OLD_VERSIONS = [
]
OPENSSL_RECENT_VERSIONS = [
"1.0.2p",
"1.1.0i",
"1.1.1",
"1.0.2t",
"1.1.0l",
"1.1.1f",
]
LIBRESSL_OLD_VERSIONS = [