From 2ae40aef636f6e0b92e99fe5baf2b263c229c64d Mon Sep 17 00:00:00 2001 From: shyouhei Date: Mon, 4 Aug 2008 04:44:17 +0000 Subject: merge revision(s) 18181: * 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/branches/ruby_1_8_7@18335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/openssl_missing.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/openssl') diff --git a/ext/openssl/openssl_missing.h b/ext/openssl/openssl_missing.h index 3450b8130d..5a71f73c64 100644 --- a/ext/openssl/openssl_missing.h +++ b/ext/openssl/openssl_missing.h @@ -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 */ -- cgit v1.2.3