mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
141cbdfe35
commit
5c67d206a7
2 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue