Skip to content

Commit

Permalink
Revert "Skip a new test when old OpenSSL"
Browse files Browse the repository at this point in the history
This reverts commit 8c96a69.

This is no longer necessary since we do not support OpenSSL 1.1.0
anymore.
  • Loading branch information
rhenium committed Feb 6, 2025
1 parent 93a564d commit 4987688
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/openssl/test_ssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1884,10 +1884,6 @@ def test_ciphers_method_frozen_object
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(
Expand Down

0 comments on commit 4987688

Please sign in to comment.