aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'test/openssl')
-rw-r--r--test/openssl/test_pkey_dh.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/openssl/test_pkey_dh.rb b/test/openssl/test_pkey_dh.rb
index 7c7596f193..160a131c06 100644
--- a/test/openssl/test_pkey_dh.rb
+++ b/test/openssl/test_pkey_dh.rb
@@ -4,8 +4,7 @@ if defined?(OpenSSL)
class OpenSSL::TestPKeyDH < Test::Unit::TestCase
- # improve test performance for non-FIPS installations
- NEW_KEYLEN = OpenSSL::OPENSSL_FIPS ? 1024 : 256
+ NEW_KEYLEN = 256
def test_new
dh = OpenSSL::PKey::DH.new(NEW_KEYLEN)