[ruby/openssl] Fix test_pkey_ec.rb on FIPS.

https://github.com/ruby/openssl/commit/d07183f639
This commit is contained in:
Jun Aruga 2023-09-19 19:19:27 +02:00 committed by git
parent f370c4dc03
commit 7f407e0240

View File

@ -229,6 +229,8 @@ class OpenSSL::TestEC < OpenSSL::PKeyTestCase
end
def test_ECPrivateKey_encrypted
omit_on_fips
p256 = Fixtures.pkey("p256")
# key = abcdef
pem = <<~EOF