diff options
| -rwxr-xr-x | Tools/ssl/multissltests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index a9c4f6d..6baec7b 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -49,8 +49,8 @@ OPENSSL_OLD_VERSIONS = [ ] OPENSSL_RECENT_VERSIONS = [ - "1.1.1k", - "3.0.0-alpha16" + "1.1.1l", + "3.0.0-beta1" ] LIBRESSL_OLD_VERSIONS = [ |
