Skip to content

Commit

Permalink
Update Cipher#name to match Digest#name explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewater committed Mar 15, 2024
1 parent 4b17d37 commit 73c8274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/openssl/ossl_cipher.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ ossl_cipher_final(VALUE self)
* call-seq:
* cipher.name -> string
*
* Returns the name of the cipher which may differ slightly from the original
* name provided.
* Returns the short name of the cipher which may differ slightly from the
* original name provided.
*/
static VALUE
ossl_cipher_name(VALUE self)
Expand Down

0 comments on commit 73c8274

Please sign in to comment.