aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2021-05-25 18:43:29 +0900
committerKazuki Yamaguchi <k@rhe.jp>2021-05-25 18:44:28 +0900
commitb8a434e46243ddd87ea80169a5870b87b843e1be (patch)
treea6d53677b5d044fc4e50f10fbfc6d31cd415b3b0 /ext
parent75326d4bbc80ee707790febbcfd55148f94b39e9 (diff)
downloadruby-openssl-b8a434e46243ddd87ea80169a5870b87b843e1be.tar.gz
pkey: update version reference in #sign and #verify documentation
The next release is decided to be 3.0 rather than 2.3.
Diffstat (limited to 'ext')
-rw-r--r--ext/openssl/ossl_pkey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/openssl/ossl_pkey.c b/ext/openssl/ossl_pkey.c
index 36669446..6416c4b1 100644
--- a/ext/openssl/ossl_pkey.c
+++ b/ext/openssl/ossl_pkey.c
@@ -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)