From 6447d061f52178ba3cd5f8f463a0f7a46eee3a9a Mon Sep 17 00:00:00 2001 From: hsbt Date: Sat, 13 Dec 2014 09:33:33 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ test/openssl/test_pkey_ec.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 64a4592cbd..43b5160ca7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Dec 13 18:33:25 2014 SHIBATA Hiroshi + + * test/openssl/test_pkey_ec.rb: ignored tests with old OpenSSL. + Sat Dec 13 18:01:57 2014 Nobuyoshi Nakada * signal.c (check_stack_overflow): check sp also on i386/x86_64 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