* ext/openssl/ossl_cipher.c: Fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1655874994
commit
91785eca93
@ -649,7 +649,7 @@ Init_ossl_cipher(void)
|
||||
* If you absolutely need to use passwords as encryption keys, you
|
||||
* should use Password-Based Key Derivation Function 2 (PBKDF2) by
|
||||
* generating the key with the help of the functionality provided by
|
||||
* OpenSSL::PKCS5.pbkdf2_hmac or OpenSSL::PKCS5.pbkdf2_hmac.
|
||||
* OpenSSL::PKCS5.pbkdf2_hmac_sha1 or OpenSSL::PKCS5.pbkdf2_hmac.
|
||||
*
|
||||
* Although there is Cipher#pkcs5_keyivgen, its use is deprecated and
|
||||
* it should only be used in legacy applications because it does not use
|
||||
|
Loading…
x
Reference in New Issue
Block a user