From ca52a6610f18ddd0e1160f83707e4f63f38bc96e Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Fri, 2 Jun 2006 10:03:16 +0000 Subject: * ext/openssl/extconf.rb: use create_header. * ext/openssl/ossl.h, ext/openssl/openssl_missing.h: include RUBY_EXTCONF_H. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 592c3dd88..595298005 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Jun 2 19:00:40 2006 GOTOU Yuuzou + + * ext/openssl/extconf.rb: use create_header. + + * ext/openssl/ossl.h, ext/openssl/openssl_missing.h: + include RUBY_EXTCONF_H. + Fri Jun 2 17:16:52 2006 Nobuyoshi Nakada * lib/mkmf.rb (CLEANINGS): remove extconf.h by distclean if created. -- cgit