summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_bn.c
diff options
context:
space:
mode:
authorSarun Rattanasiri <[email protected]>2025-03-08 21:43:11 +0700
committergit <[email protected]>2025-03-12 16:03:47 +0000
commit9ec8dc9c6504e62c6a3ff6b111cee53f67d5508c (patch)
tree93f7ffd27d176916ad8caa6a22af7b51caddae3e /ext/openssl/ossl_bn.c
parentb8af9325c0f3440c5bec05605ec450ce6b0dacc5 (diff)
[ruby/openssl] mark `initialize_copy` as :nodoc:
https://github.com/ruby/openssl/commit/17f87d2cf0
Diffstat (limited to 'ext/openssl/ossl_bn.c')
-rw-r--r--ext/openssl/ossl_bn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/ossl_bn.c b/ext/openssl/ossl_bn.c
index 58ad83dd71..8699ce8ec5 100644
--- a/ext/openssl/ossl_bn.c
+++ b/ext/openssl/ossl_bn.c
@@ -929,6 +929,7 @@ BIGNUM_NUM(num_bytes)
*/
BIGNUM_NUM(num_bits)
+/* :nodoc: */
static VALUE
ossl_bn_copy(VALUE self, VALUE other)
{