mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
e59f453e88
commit
12fdf4bc92
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Sep 26 22:00:42 2013 Zachary Scott <e@zzak.io>
|
||||
|
||||
* 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@iDaemons.org>
|
||||
|
||||
* misc/ruby-electric.el (ruby-electric-delete-backward-char): Add
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue