Skip to content

Commit 79e6dea

Browse files
committed
Update Cipher#name to match Digest#name explanation
1 parent 08dd3c7 commit 79e6dea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/openssl/ossl_cipher.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ ossl_cipher_final(VALUE self)
442442
* call-seq:
443443
* cipher.name -> string
444444
*
445-
* Returns the name of the cipher which may differ slightly from the original
446-
* name provided.
445+
* Returns the short name of the cipher which may differ slightly from the
446+
* original name provided.
447447
*/
448448
static VALUE
449449
ossl_cipher_name(VALUE self)

0 commit comments

Comments
 (0)