summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_bn.c
diff options
context:
space:
mode:
authorthekuwayama <thekuwayama@gmail.com>2019-06-21 07:02:06 +0900
committerthekuwayama <thekuwayama@gmail.com>2019-06-21 19:36:50 +0900
commitc3c69ad92b1e53f17fdc0d9004019fa26f3769e4 (patch)
treef9f343a8a55d80ffd0c9f71c80e756e8d044c773 /ext/openssl/ossl_bn.c
parent7947b1fbfbfb16e0f5cf30e43d13beb94e22231f (diff)
downloadruby-openssl-c3c69ad92b1e53f17fdc0d9004019fa26f3769e4.tar.gz
fix doc about `OpenSSL::BN.new`
add testcase for `OpenSSL::BN.new` call without arguments
Diffstat (limited to 'ext/openssl/ossl_bn.c')
-rw-r--r--ext/openssl/ossl_bn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openssl/ossl_bn.c b/ext/openssl/ossl_bn.c
index cdd7b0ea..0f9a6d3a 100644
--- a/ext/openssl/ossl_bn.c
+++ b/ext/openssl/ossl_bn.c
@@ -173,7 +173,6 @@ ossl_bn_alloc(VALUE klass)
/*
* call-seq:
- * OpenSSL::BN.new => aBN
* OpenSSL::BN.new(bn) => aBN
* OpenSSL::BN.new(integer) => aBN
* OpenSSL::BN.new(string) => aBN