From 12fdf4bc92f05d9b052d1d76fffaab940ea254dc Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 26 Sep 2013 13:01:54 +0000 Subject: [PATCH] * ext/openssl/ossl.c: [DOC] typo in example by @zoranzaric [Fixes GH-401] https://github.com/ruby/ruby/pull/401 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ ext/openssl/ossl.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e2cdc3782b..89d2d23e9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 26 22:00:42 2013 Zachary Scott + + * 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 * misc/ruby-electric.el (ruby-electric-delete-backward-char): Add diff --git a/ext/openssl/ossl.c b/ext/openssl/ossl.c index 76fe3ea7fc..43ccf4c3fd 100644 --- a/ext/openssl/ossl.c +++ b/ext/openssl/ossl.c @@ -844,7 +844,7 @@ static void Init_ossl_locks(void) * 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