diff options
author | rhe <rhe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-06-29 13:21:54 +0000 |
---|---|---|
committer | rhe <rhe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-06-29 13:21:54 +0000 |
commit | c2329831fbd2f45a14234a7edafee5ed912e58ab (patch) | |
tree | 87c15b083b68f2253217b9ac40b043c1ff40c45d /ChangeLog | |
parent | 685a18c46ffbc69a093f2247dc3b5b9403d2e654 (diff) | |
download | ruby-c2329831fbd2f45a14234a7edafee5ed912e58ab.tar.gz |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Jun 29 22:21:38 2016 Kazuki Yamaguchi <k@rhe.jp> + + * 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 <naruse@ruby-lang.org> * insns.def (opt_succ): optimize like r55515. (but this argument is |