summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkey_rsa.c
diff options
context:
space:
mode:
authortechnorama <technorama@ruby-lang.org>2007-04-03 07:02:44 +0000
committertechnorama <technorama@ruby-lang.org>2007-04-03 07:02:44 +0000
commitff91f1cc44cb5fe943b334d2a3ccf19b1082126a (patch)
tree24e7ef49336b2dff166f4623b06418bd99b15c58 /ext/openssl/ossl_pkey_rsa.c
parent124aaf2b5035e590b09d1c7a002fe3fbef817a12 (diff)
downloadruby-openssl-history-ff91f1cc44cb5fe943b334d2a3ccf19b1082126a.tar.gz
* ext/openssl/ossl_bn.c: More documentation.
* ext/openssl/lib/ossl_{pkey,pkey_ec}.[ch]: Add elliptic curves. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_pkey_rsa.c')
-rw-r--r--ext/openssl/ossl_pkey_rsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openssl/ossl_pkey_rsa.c b/ext/openssl/ossl_pkey_rsa.c
index 783a77f..4a690a7 100644
--- a/ext/openssl/ossl_pkey_rsa.c
+++ b/ext/openssl/ossl_pkey_rsa.c
@@ -493,7 +493,6 @@ ossl_rsa_to_public_key(VALUE self)
/*
* TODO: Test me
-extern BN_CTX *ossl_bn_ctx;
static VALUE
ossl_rsa_blinding_on(VALUE self)