From fb65eed72ea35ff40ce9d89aa336a7e8c5d57850 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Wed, 10 Sep 2003 13:58:31 +0000 Subject: * ext/openssl/ossl.h: define OSSL_NO_CONF_API for win32 platform. libeay32.dll doesn't export functions defined in conf_api.h. this workaround is to avoid link error. * ext/openssl/ossl_config.c (ossl_config_initialize): ditto. * ext/openssl/ossl_config.c (ossl_config_add_value): ditto. * ext/openssl/ossl_config.c (set_conf_section_i): should check if the argument is Array. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 11cb9aefd8..ced1a0bde8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Wed Sep 10 22:47:30 2003 GOTOU Yuuzou + + * ext/openssl/ossl.h: define OSSL_NO_CONF_API for win32 platform. + libeay32.dll doesn't export functions defined in conf_api.h. + this workaround is to avoid link error. + + * ext/openssl/ossl_config.c (ossl_config_initialize): ditto. + + * ext/openssl/ossl_config.c (ossl_config_add_value): ditto. + + * ext/openssl/ossl_config.c (set_conf_section_i): should check + if the argument is Array. + Wed Sep 10 22:41:54 2003 Tietew * eval.c (win32_get_exception_list): avoid VC7 warning. -- cgit v1.2.3