From 8dd0a046a9adebdf5cbd53dd4f590981f06715ea Mon Sep 17 00:00:00 2001 From: rhe Date: Tue, 14 Jun 2016 12:35:28 +0000 Subject: openssl: fix acesssor functions for RSA and DH in openssl_missing.h * ext/openssl/openssl_missing.h (DH_set0_pqg, RSA_set0_key): DH_set0_pqg() allows 'q' to be NULL. Fix a typo in RSA_set0_key(). Fixes r55285. [ruby-core:75225] [Feature #12324] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a474dff90b..32e757c85f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jun 14 21:35:00 2016 Kazuki Yamaguchi + + * ext/openssl/openssl_missing.h (DH_set0_pqg, RSA_set0_key): + DH_set0_pqg() allows 'q' to be NULL. Fix a typo in RSA_set0_key(). + Fixes r55285. [ruby-core:75225] [Feature #12324] + Mon Jun 14 10:19:00 2016 Kenta Murata * NEWS: describe Integer#digits. -- cgit v1.2.3