From 0b12e91bfd2b004d6932c7be90e774396305985c 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/branches/ruby_1_8@10209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c128a01aa..1fc2c98f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Jun 2 19:02:09 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