[ruby/openssl] pkey: update version reference in #sign and #verify documentation

The next release is decided to be 3.0 rather than 2.3.

https://github.com/ruby/openssl/commit/b8a434e462
This commit is contained in:
Kazuki Yamaguchi 2021-05-25 18:43:29 +09:00
parent 87458ff2ae
commit cbc560e38f

View File

@ -799,7 +799,7 @@ ossl_pkey_compare(VALUE self, VALUE other)
* +options+::
* A Hash that contains algorithm specific control operations to \OpenSSL.
* See OpenSSL's man page EVP_PKEY_CTX_ctrl_str(3) for details.
* +options+ parameter was added in version 2.3.
* +options+ parameter was added in version 3.0.
*
* Example:
* data = "Sign me!"
@ -913,7 +913,7 @@ ossl_pkey_sign(int argc, VALUE *argv, VALUE self)
* +data+::
* See #sign.
* +options+::
* See #sign. +options+ parameter was added in version 2.3.
* See #sign. +options+ parameter was added in version 3.0.
*/
static VALUE
ossl_pkey_verify(int argc, VALUE *argv, VALUE self)