mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
391f0a726f
commit
7b9b1f45d3
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue