From b0283eed4377fee555ac7703a5d329092d018f04 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 27 Jul 2006 07:48:04 +0000 Subject: * ext/openssl/ossl.h: move inclusion point to shut up Solaris compiler. [ruby-core:08114] * time.c (time_to_s): use +0900 style timezone string for local time. [ruby-dev:29143] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'ext/openssl') diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h index 5ab93bf39e..0366901a35 100644 --- a/ext/openssl/ossl.h +++ b/ext/openssl/ossl.h @@ -17,6 +17,15 @@ extern "C" { #endif +/* +* OpenSSL has defined RFILE and Ruby has defined RFILE - so undef it! +*/ +#if defined(RFILE) /*&& !defined(OSSL_DEBUG)*/ +# undef RFILE +#endif +#include +#include + /* * Check the OpenSSL version * The only supported are: @@ -60,15 +69,6 @@ extern "C" { # undef OpenFile #endif -/* - * OpenSSL has defined RFILE and Ruby has defined RFILE - so undef it! - */ -#if defined(RFILE) /*&& !defined(OSSL_DEBUG)*/ -# undef RFILE -#endif -#include -#include - /* * Common Module */ -- cgit v1.2.3