summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_pkey_dh.c
diff options
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_pkey_dh.c
parentb8af9325c0f3440c5bec05605ec450ce6b0dacc5 (diff)
[ruby/openssl] mark `initialize_copy` as :nodoc:
https://github.com/ruby/openssl/commit/17f87d2cf0
Diffstat (limited to 'ext/openssl/ossl_pkey_dh.c')
-rw-r--r--ext/openssl/ossl_pkey_dh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/ossl_pkey_dh.c b/ext/openssl/ossl_pkey_dh.c
index 7bf589d5f1..118d29f04f 100644
--- a/ext/openssl/ossl_pkey_dh.c
+++ b/ext/openssl/ossl_pkey_dh.c
@@ -128,6 +128,7 @@ ossl_dh_initialize(int argc, VALUE *argv, VALUE self)
}
#ifndef HAVE_EVP_PKEY_DUP
+/* :nodoc: */
static VALUE
ossl_dh_initialize_copy(VALUE self, VALUE other)
{