summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortechnorama <technorama@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-18 09:03:15 +0000
committertechnorama <technorama@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-18 09:03:15 +0000
commit7137a314b313310efcabe7d3a4df435b19af1aa1 (patch)
tree2af764daf837eb559d318bd27d754f56769caac5 /test
parent2edae81a186799dd75a8ead32e9ac0dd758c6e80 (diff)
* ext/openssl/{extconf.rb,ossl_ssl_session.c}:
Fix ruby-Bugs-11513. * ext/openssl/ossl_pkey_ec.c New methods EC::Point.[eql,make_affine!,invert!,on_curve?,infinity?] By default output the same key form as the openssl command. * ext/openssl/ossl_rand.c New method Random.status? * test/openssl/test_ec.rb New tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/openssl/test_ec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/test_ec.rb b/test/openssl/test_ec.rb
index 0d1a8ad5b6..671901ca36 100644
--- a/test/openssl/test_ec.rb
+++ b/test/openssl/test_ec.rb
@@ -5,7 +5,7 @@ rescue LoadError
end
require "test/unit"
-if defined?(OpenSSL)
+if defined?(OpenSSL::PKey::EC)
class OpenSSL::TestEC < Test::Unit::TestCase
def setup