Skip to content

Commit

Permalink
Doc: key -> pkey
Browse files Browse the repository at this point in the history
  • Loading branch information
sylph01 committed Jul 8, 2023
1 parent c40d4fe commit 23262c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/openssl/ossl_pkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ ossl_pkey_private_to_pem(int argc, VALUE *argv, VALUE self)
#ifdef HAVE_EVP_PKEY_NEW_RAW_PRIVATE_KEY
/*
* call-seq:
* key.raw_private_key => string
* pkey.raw_private_key => string
*
* See the OpenSSL documentation for EVP_PKEY_get_raw_private_key()
*/
Expand Down Expand Up @@ -963,7 +963,7 @@ ossl_pkey_public_to_pem(VALUE self)
#ifdef HAVE_EVP_PKEY_NEW_RAW_PRIVATE_KEY
/*
* call-seq:
* key.raw_public_key => string
* pkey.raw_public_key => string
*
* See the OpenSSL documentation for EVP_PKEY_get_raw_public_key()
*/
Expand Down

0 comments on commit 23262c2

Please sign in to comment.