[ruby/openssl] mark initialize_copy as :nodoc:

17f87d2cf0
This commit is contained in:
Sarun Rattanasiri 2025-03-08 21:43:11 +07:00 committed by git
parent b8af9325c0
commit 9ec8dc9c65
20 changed files with 26 additions and 0 deletions

View file

@ -113,6 +113,7 @@ ossl_hmac_initialize(VALUE self, VALUE key, VALUE digest)
return self;
}
/* :nodoc: */
static VALUE
ossl_hmac_copy(VALUE self, VALUE other)
{