From 8e6b05531b52f597810a74337e945e68e16f227f Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sat, 12 Mar 2005 17:38:37 +0000 Subject: * ext/openssl/ossl_ssl.c (ossl_tmp_dh_callback): should get DH parameter from the current SSL object. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6ec65d0b4..6504c6dea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Mar 13 02:32:54 2005 GOTOU Yuuzou + + * ext/openssl/ossl_ssl.c (ossl_tmp_dh_callback): should get DH + parameter from the current SSL object. + Sun Mar 13 02:09:03 2005 GOTOU Yuuzou * ext/openssl/ossl_pkey_dh.c (ossl_create_dh): fix typo. -- cgit