Skip to content

Commit

Permalink
Merge pull request ruby#529 from MSP-Greg/00-test-hmac
Browse files Browse the repository at this point in the history
[CI] TestHMAC#test_dup - remove 'pend' for OpenSSL 3
  • Loading branch information
rhenium authored Jul 28, 2022
2 parents 1955728 + 626b043 commit d36e6e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/openssl/test_hmac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def test_hmac
end

def test_dup
pend "HMAC#initialize_copy is currently broken on OpenSSL 3.0.0" if openssl?(3, 0, 0)
h1 = OpenSSL::HMAC.new("KEY", "MD5")
h1.update("DATA")
h = h1.dup
Expand Down

0 comments on commit d36e6e5

Please sign in to comment.