1
0
Fork 0
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:
akr 2010-04-23 14:28:56 +00:00
parent 141cbdfe35
commit 5c67d206a7
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -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)
{