From 0877d7afc549df9d6b648692e7267b85cd09cd89 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 19 Aug 2008 08:34:42 +0000 Subject: * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): store the result of d2i_X509_NAME into DATA_PTR(self). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 327dcb106..4c0e0c822 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 19 17:32:30 2008 Tanaka Akira + + * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): store the + result of d2i_X509_NAME into DATA_PTR(self). + Tue Aug 19 04:54:39 2008 Nobuyoshi Nakada * lib/rake.rb (FileUtils#ruby): takes care of space containing path. -- cgit