aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pkey_dh.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pkey_dh.rb')
-rw-r--r--test/test_pkey_dh.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_pkey_dh.rb b/test/test_pkey_dh.rb
index 470c952e..533aaa7e 100644
--- a/test/test_pkey_dh.rb
+++ b/test/test_pkey_dh.rb
@@ -1,8 +1,6 @@
# frozen_string_literal: false
require_relative 'utils'
-if defined?(OpenSSL::TestUtils)
-
class OpenSSL::TestPKeyDH < OpenSSL::PKeyTestCase
DH1024 = OpenSSL::TestUtils::TEST_KEY_DH1024
@@ -116,5 +114,3 @@ class OpenSSL::TestPKeyDH < OpenSSL::PKeyTestCase
check_component(expected, key, [:p, :q, :g, :pub_key, :priv_key])
end
end
-
-end