From 36e47485cee2b4eaef288c4137b338cf31420349 Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 5 Oct 2006 19:31:50 +0000 Subject: * sample/openssl/c_rehash.rb: Use digest/md5 instead of obsolete md5. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7836488e8..237a0fd7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ -Fri Oct 6 04:21:23 2006 Akinori MUSHA +Fri Oct 6 04:27:40 2006 Akinori MUSHA * ext/digest/lib/md5.rb, ext/digest/lib/sha1.rb: Remove those compatibility stub libraries. + * sample/openssl/c_rehash.rb: Use digest/md5 instead of obsolete md5. + Fri Oct 6 04:09:51 2006 Akinori MUSHA * ext/digest/digest.c: Make hexdigest() always call digest() internally. -- cgit