[ruby/openssl] Revert "Skip a new test when old OpenSSL"

This reverts commit https://github.com/ruby/openssl/commit/8c96a69b0d47.

This is no longer necessary since we do not support OpenSSL 1.1.0
anymore.

https://github.com/ruby/openssl/commit/4987688cb4
This commit is contained in:
Kazuki Yamaguchi 2025-02-06 23:45:59 +09:00 committed by git
parent 581dbcec79
commit 7d10c22a86

View File

@ -1884,10 +1884,6 @@ class OpenSSL::TestSSL < OpenSSL::SSLTestCase
end
def test_ciphers_method_bogus_csuite
omit "Old #{OpenSSL::OPENSSL_LIBRARY_VERSION}" if
year = OpenSSL::OPENSSL_LIBRARY_VERSION[/\A OpenSSL\s+[01]\..*\s\K\d+\z/x] and
year.to_i <= 2018
ssl_ctx = OpenSSL::SSL::SSLContext.new
assert_raise_with_message(