diff options
| author | Kazuki Yamaguchi <k@rhe.jp> | 2026-05-14 00:42:14 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-05-14 13:59:53 +0900 |
| commit | 1fbf9abe85e36c442d43fae6be8b5573a959b971 (patch) | |
| tree | 578bbb8624e18ad2da92338d860ee4f08340608f /test/openssl/test_pkey_rsa.rb | |
| parent | 0c2dcf4815800551b60bfcd3106855defceb6df0 (diff) | |
Merge openssl-3.2.4ruby_3_3
The changes can be found at:
https://github.com/ruby/openssl/compare/v3.2.3...v3.2.4
Diffstat (limited to 'test/openssl/test_pkey_rsa.rb')
| -rw-r--r-- | test/openssl/test_pkey_rsa.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/test_pkey_rsa.rb b/test/openssl/test_pkey_rsa.rb index 61c55c60b2..d340c4cb79 100644 --- a/test/openssl/test_pkey_rsa.rb +++ b/test/openssl/test_pkey_rsa.rb @@ -172,7 +172,7 @@ class OpenSSL::TestPKeyRSA < OpenSSL::PKeyTestCase assert_raise(OpenSSL::PKey::PKeyError, "[Bug #12783]") { rsa.verify("SHA1", "a", "b") } - end + end unless openssl?(3, 0, 0) def test_sign_verify_pss key = Fixtures.pkey("rsa1024") |
