From 5ac5520a30eb3108e8a9071d3d6dd3cb4c7e5d8d Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 30 Aug 2008 05:58:38 +0000 Subject: * ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): fix for initialization of r18168. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 301525991..8cf137348 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Aug 30 14:58:32 2008 Nobuyoshi Nakada + + * ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): fix for + initialization of r18168. + Sat Aug 30 14:47:30 2008 Tanaka Akira * ext/dl/mkcallback.rb: fix continuation line detection. -- cgit