Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/openssl/ossl_pkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ ossl_pkey_read_generic(BIO *bio, VALUE pass)
* instance of the appropriate PKey class.
*
* === Parameters
* * _string+ is a DER- or PEM-encoded string containing an arbitrary private
* * _string_ is a DER- or PEM-encoded string containing an arbitrary private
* or public key.
* * _io_ is an instance of IO containing a DER- or PEM-encoded
* arbitrary private or public key.
Expand Down