From f26c10330ff78f27836129c9ed05ffb8ae1baa4b Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 11 Oct 2006 05:57:19 +0000 Subject: * ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines no SHA_BLOCK_LENGTH. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 98c4d5722..f988ece3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 11 14:56:10 2006 Yukihiro Matsumoto + + * ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines no + SHA_BLOCK_LENGTH. + Wed Oct 11 14:03:31 2006 Akinori MUSHA * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Add -- cgit