Skip to content

Commit 23262c2

Browse files
committed
Doc: key -> pkey
1 parent c40d4fe commit 23262c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/openssl/ossl_pkey.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ ossl_pkey_private_to_pem(int argc, VALUE *argv, VALUE self)
885885
#ifdef HAVE_EVP_PKEY_NEW_RAW_PRIVATE_KEY
886886
/*
887887
* call-seq:
888-
* key.raw_private_key => string
888+
* pkey.raw_private_key => string
889889
*
890890
* See the OpenSSL documentation for EVP_PKEY_get_raw_private_key()
891891
*/
@@ -963,7 +963,7 @@ ossl_pkey_public_to_pem(VALUE self)
963963
#ifdef HAVE_EVP_PKEY_NEW_RAW_PRIVATE_KEY
964964
/*
965965
* call-seq:
966-
* key.raw_public_key => string
966+
* pkey.raw_public_key => string
967967
*
968968
* See the OpenSSL documentation for EVP_PKEY_get_raw_public_key()
969969
*/

0 commit comments

Comments
 (0)