1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/openssl] [CI] TestHMAC#test_dup - remove 'pend' for OpenSSL 3

https://github.com/ruby/openssl/commit/626b0434a6
This commit is contained in:
MSP-Greg 2022-07-25 21:43:47 -05:00 committed by Kazuki Yamaguchi
parent 5dae78b9d3
commit c865e8d161

View file

@ -21,7 +21,6 @@ class OpenSSL::TestHMAC < OpenSSL::TestCase
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