[前][次][番号順一覧][スレッド一覧]

ruby-changes:22077

From: emboss <ko1@a...>
Date: Mon, 26 Dec 2011 05:10:09 +0900 (JST)
Subject: [ruby-changes:22077] emboss:r34126 (trunk): * ext/openssl/ossl_cipher.c: Fixed typo.

emboss	2011-12-26 05:09:59 +0900 (Mon, 26 Dec 2011)

  New Revision: 34126

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34126

  Log:
    * ext/openssl/ossl_cipher.c: Fixed typo.

  Modified files:
    trunk/ext/openssl/ossl_cipher.c

Index: ext/openssl/ossl_cipher.c
===================================================================
--- ext/openssl/ossl_cipher.c	(revision 34125)
+++ ext/openssl/ossl_cipher.c	(revision 34126)
@@ -649,7 +649,7 @@
      * 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]