[ruby/openssl] Update Cipher#name to match Digest#name explanation
https://github.com/ruby/openssl/commit/79e6dead6e
This commit is contained in:
parent
cc6657e563
commit
9d75d9f07c
@ -442,8 +442,8 @@ ossl_cipher_final(VALUE self)
|
|||||||
* call-seq:
|
* call-seq:
|
||||||
* cipher.name -> string
|
* cipher.name -> string
|
||||||
*
|
*
|
||||||
* Returns the name of the cipher which may differ slightly from the original
|
* Returns the short name of the cipher which may differ slightly from the
|
||||||
* name provided.
|
* original name provided.
|
||||||
*/
|
*/
|
||||||
static VALUE
|
static VALUE
|
||||||
ossl_cipher_name(VALUE self)
|
ossl_cipher_name(VALUE self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user