From c005fe734eaa931591478a7928281c6b98661c15 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sun, 7 Aug 2005 20:21:40 +0000 Subject: * ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_error to get last error on the current thread. And should report if errors are on the stack while OpenSSL.debug is true. * ext/openssl/ossl.c (ossl_get_errors): new method for debugging this library. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5fe194e18..a22ec2747 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Aug 8 05:16:55 2005 GOTOU Yuuzou + + * ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_error + to get last error on the current thread. And should report + if errors are on the stack while OpenSSL.debug is true. + + * ext/openssl/ossl.c (ossl_get_errors): new method for debugging + this library. + Mon Aug 8 05:15:19 2005 GOTOU Yuuzou * lib/webrick/httpproxy.rb (HTTPProxyServer#intialize), -- cgit