nobu a39b88d2fd ossl_pkey.c: fix memory leak
* ext/openssl/ossl_pkey.c (ossl_pkey_verify): as EVP_VerifyFinal()
  finalizes only a copy of the digest context, the context must be
  cleaned up after initialization by EVP_MD_CTX_cleanup() or a
  memory leak will occur.  [ruby-core:62038] [Bug #9743]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-04-16 00:51:18 +00:00
..
2014-03-02 22:50:31 +00:00
2013-08-03 00:46:10 +00:00
2014-03-02 22:50:31 +00:00
2014-03-17 04:57:19 +00:00
2014-04-16 00:51:18 +00:00
2014-04-02 02:51:20 +00:00
2014-03-02 22:50:31 +00:00
2014-01-14 03:23:20 +00:00
2014-03-26 02:20:26 +00:00
2013-09-24 07:41:17 +00:00
2014-02-21 11:42:03 +00:00