diff options
| author | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-12-09 17:18:54 +0000 |
|---|---|---|
| committer | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-12-09 17:18:54 +0000 |
| commit | 16a166dd35ffde44eff0f4f96a4d064ee95ab3f4 (patch) | |
| tree | 521f02681079d9ebb32c774ea3a83225776909e4 /ChangeLog | |
| parent | 2dc98cd0f3b8a0c4466337b01d48ba0797c05a5b (diff) | |
* ext/openssl/ossl_x509store.c (ossl_x509stctx_cleanup): removing C
implementation of `cleanup`.
* ext/openssl/lib/openssl/x509.rb: adding ruby implementation of
`cleanup`. OpenSSL::X509::StoreContext#cleanup is deprecated since
reusing the underlying struct doesn't make sense. [ruby-dev:42546]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Fri Dec 10 02:18:02 2010 Aaron Patterson <aaron@tenderlovemaking.com> + + * ext/openssl/ossl_x509store.c (ossl_x509stctx_cleanup): removing C + implementation of `cleanup`. + + * ext/openssl/lib/openssl/x509.rb: adding ruby implementation of + `cleanup`. OpenSSL::X509::StoreContext#cleanup is deprecated since + reusing the underlying struct doesn't make sense. [ruby-dev:42546] + Thu Dec 9 20:14:39 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (lvar_defined_gen, shadowing_lvar_gen, dvar_defined): no |
