зеркало из https://github.com/github/ruby.git
* ext/openssl/ossl_config.c: fix compilation failure with
OpenSSL 0.9.8. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
141cbdfe35
Коммит
5c67d206a7
|
@ -1,3 +1,8 @@
|
|||
Fri Apr 23 23:27:17 2010 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/openssl/ossl_config.c: fix compilation failure with
|
||||
OpenSSL 0.9.8.
|
||||
|
||||
Fri Apr 23 17:29:35 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* ext/openssl/ossl_config.c: OpenSSL 1.0.0 support.
|
||||
|
|
|
@ -312,7 +312,7 @@ ossl_config_get_section_old(VALUE self, VALUE section)
|
|||
return ossl_config_get_section(self, section);
|
||||
}
|
||||
|
||||
#ifdef IMPLEMENT_LHASH_DOALL_ARG_FN
|
||||
#if defined(IMPLEMENT_LHASH_DOALL_ARG_FN) && defined(LHASH_OF)
|
||||
static void
|
||||
get_conf_section_doall_arg(CONF_VALUE *cv, void *tmp)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче