merge revision(s) 40048:

fix typo: s/@ca_cert/@cacert/

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2013-04-02 19:56:46 +00:00
parent d04026a9e7
commit 525c60b4cd
2 changed files with 5 additions and 5 deletions

View file

@ -40,7 +40,7 @@ Li8JsX5yIiuVYaBg/6ha3tOg4TCa5K/3r3tVliRZ2Es=
_EOS_
@inter_cacert = issue_cert(inter_ca, inter_ca_key, 2, now, now+3600, ca_exts,
@ca_cert, TEST_KEY_RSA2048, OpenSSL::Digest::SHA1.new)
@cacert, TEST_KEY_RSA2048, OpenSSL::Digest::SHA1.new)
exts = [
["keyUsage","digitalSignature",true],