Skip to content

Commit

Permalink
* ext/openssl/ossl_cipher.c (ossl_cipher_init): typo fix.
Browse files Browse the repository at this point in the history
  ruby#8


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
shyouhei committed Feb 28, 2011
1 parent fed088e commit 05906c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Mon Feb 28 12:56:18 2011 URABE Shyouhei <shyouhei@ruby-lang.org>

* ext/openssl/ossl_cipher.c (ossl_cipher_init): typo fix.
https://github.com/ruby/ruby/pull/8

Mon Feb 28 12:28:13 2011 NAKAMURA Usaku <usa@ruby-lang.org>

* ext/date/date_core.c (datetime_s_now): localtime() and localtime_r()
Expand Down
2 changes: 1 addition & 1 deletion ext/openssl/ossl_cipher.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ ossl_cipher_init(int argc, VALUE *argv, VALUE self, int mode)
* keeping this behaviour for backward compatibility.
*/
const char *cname = rb_class2name(rb_obj_class(self));
rb_warn("argumtents for %s#encrypt and %s#decrypt were deprecated; "
rb_warn("arguments for %s#encrypt and %s#decrypt were deprecated; "
"use %s#pkcs5_keyivgen to derive key and IV",
cname, cname, cname);
StringValue(pass);
Expand Down

0 comments on commit 05906c3

Please sign in to comment.