aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
diff options
context:
space:
mode:
authorBart de Water <496367+bdewater@users.noreply.github.com>2024-03-15 11:05:20 -0400
committerBart de Water <496367+bdewater@users.noreply.github.com>2024-03-15 17:18:18 -0400
commit79e6dead6ec8c0c569ce407e4809cdfbbd678b0e (patch)
tree59dca76e6dfd7229714e6aae99dcc6ba6deab591 /ext/openssl
parent08dd3c73b711606de5e5a0b90d3b1a81d173b9da (diff)
downloadruby-openssl-79e6dead6ec8c0c569ce407e4809cdfbbd678b0e.tar.gz
Update Cipher#name to match Digest#name explanation
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/ossl_cipher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/openssl/ossl_cipher.c b/ext/openssl/ossl_cipher.c
index 110610e1..1910a5cd 100644
--- a/ext/openssl/ossl_cipher.c
+++ b/ext/openssl/ossl_cipher.c
@@ -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)