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:
parent
5dae78b9d3
commit
c865e8d161
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue