[ruby/openssl] Update Cipher#name to match Digest#name explanation

https://github.com/ruby/openssl/commit/79e6dead6e
This commit is contained in:
Bart de Water 2024-03-15 11:05:20 -04:00 коммит произвёл git
Родитель cc6657e563
Коммит 9d75d9f07c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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)