From b643c55391c39bc77c9761981d72f8c1420af594 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 25 Sep 2003 08:49:36 +0000 Subject: * ext/openssl/ossl.c (ossl_buf2str): fix type of 1st argument for rb_protect. * ext/openssl/ossl_hmac.c (ossl_hmac_digest): should return meaningful value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 69d7c9b10..ce755ed23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Sep 25 17:48:10 2003 NAKAMURA Usaku + + * ext/openssl/ossl.c (ossl_buf2str): fix type of 1st argument for + rb_protect. + + * ext/openssl/ossl_hmac.c (ossl_hmac_digest): should return meaningful + value. + Thu Sep 25 09:00:00 2003 Nathaniel Talbott * lib/ostruct.rb: Added OpenStruct#==. -- cgit