[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 коммит произвёл git
Родитель f370c4dc03
Коммит 7f407e0240
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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