* ext/openssl/openssl_missing.h (d2i_of_void): define for older

versions.  [ruby-dev:35637]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-07-23 08:04:25 +00:00
Родитель 391f0a726f
Коммит 7b9b1f45d3
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Wed Jul 23 17:04:22 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/openssl/openssl_missing.h (d2i_of_void): define for older
versions. [ruby-dev:35637]
Wed Jul 23 13:53:36 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/curses/extconf.rb: use try_static_assert.

Просмотреть файл

@ -15,6 +15,10 @@
extern "C" {
#endif
#ifndef TYPEDEF_D2I_OF
typedef char *d2i_of_void();
#endif
/*
* These functions are not included in headers of OPENSSL <= 0.9.6b
*/