From 3ec97f3732ff78aff36ca04153a7a4b4a82bf2c2 Mon Sep 17 00:00:00 2001 From: technorama Date: Mon, 25 Feb 2008 08:51:18 +0000 Subject: * ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb: Commit patch #9280 from Akinori MUSHA. Simplify the OpenSSL::Digest class and make use of the existing Digest framework. Enhance performance. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5913d20fa8..11a2abb77e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Feb 25 17:30:29 2008 Technorama Ltd. + + * ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb: + Commit patch #9280 from Akinori MUSHA. + Simplify the OpenSSL::Digest class and make use of the + existing Digest framework. + Enhance performance. + Mon Feb 25 15:33:29 2008 NAKAMURA Usaku * bignum.c (big2str_karatsuba): initialize cache if not initialized. -- cgit v1.2.3