From 6447d061f52178ba3cd5f8f463a0f7a46eee3a9a Mon Sep 17 00:00:00 2001 From: hsbt Date: Sat, 13 Dec 2014 09:33:33 +0000 Subject: * test/openssl/test_pkey_ec.rb: ignored tests with old OpenSSL. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/openssl/test_pkey_ec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/openssl') diff --git a/test/openssl/test_pkey_ec.rb b/test/openssl/test_pkey_ec.rb index 5ceea4c867..1693ace01f 100644 --- a/test/openssl/test_pkey_ec.rb +++ b/test/openssl/test_pkey_ec.rb @@ -1,6 +1,6 @@ require_relative 'utils' -if defined?(OpenSSL::PKey::EC) +if defined?(OpenSSL::TestUtils) && defined?(OpenSSL::PKey::EC) class OpenSSL::TestEC < Test::Unit::TestCase def setup -- cgit v1.2.3