ruby-changes:30975
From: zzak <ko1@a...>
Date: Thu, 26 Sep 2013 22:02:02 +0900 (JST)
Subject: [ruby-changes:30975] zzak:r43054 (trunk): * ext/openssl/ossl.c: [DOC] typo in example by @zoranzaric
zzak 2013-09-26 22:01:54 +0900 (Thu, 26 Sep 2013) New Revision: 43054 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43054 Log: * ext/openssl/ossl.c: [DOC] typo in example by @zoranzaric [Fixes GH-401] https://github.com/ruby/ruby/pull/401 Modified files: trunk/ChangeLog trunk/ext/openssl/ossl.c Index: ChangeLog =================================================================== --- ChangeLog (revision 43053) +++ ChangeLog (revision 43054) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Sep 26 22:00:42 2013 Zachary Scott <e@z...> + + * ext/openssl/ossl.c: [DOC] typo in example by @zoranzaric + [Fixes GH-401] https://github.com/ruby/ruby/pull/401 + Thu Sep 26 21:07:49 2013 Akinori MUSHA <knu@i...> * misc/ruby-electric.el (ruby-electric-delete-backward-char): Add Index: ext/openssl/ossl.c =================================================================== --- ext/openssl/ossl.c (revision 43053) +++ ext/openssl/ossl.c (revision 43054) @@ -844,7 +844,7 @@ static void Init_ossl_locks(void) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl.c#L844 * cipher = OpenSSL::Cipher::Cipher.new 'AES-128-CBC' * * open 'ca_key.pem', 'w', 0400 do |io| - * io.write key.export(cipher, pass_phrase) + * io.write ca_key.export(cipher, pass_phrase) * end * * === CA Certificate -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/