From c2329831fbd2f45a14234a7edafee5ed912e58ab Mon Sep 17 00:00:00 2001 From: rhe Date: Wed, 29 Jun 2016 13:21:54 +0000 Subject: openssl: fix for OpenSSL 1.0.0t * ext/openssl/ossl_ocsp.c: The "reuse" behavior of d2i_ functions does not work well with OpenSSL 1.0.0t. So avoid it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 04005d062a..435fc3f192 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 29 22:21:38 2016 Kazuki Yamaguchi + + * ext/openssl/ossl_ocsp.c: The "reuse" behavior of d2i_ functions does + not work well with OpenSSL 1.0.0t. So avoid it. + Wed Jun 29 15:18:28 2016 NARUSE, Yui * insns.def (opt_succ): optimize like r55515. (but this argument is -- cgit v1.2.3