[前][次][番号順一覧][スレッド一覧]

ruby-changes:20404

From: usa <ko1@a...>
Date: Fri, 8 Jul 2011 15:03:30 +0900 (JST)
Subject: [ruby-changes:20404] usa:r32452 (trunk): * ext/openssl/ossl.h: include openssl/e_os2.h before checking the

usa	2011-07-08 15:03:17 +0900 (Fri, 08 Jul 2011)

  New Revision: 32452

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32452

  Log:
    * ext/openssl/ossl.h: include openssl/e_os2.h before checking the
      defition of OPENSSL_SYS_WIN32.

  Modified files:
    trunk/ChangeLog
    trunk/ext/openssl/ossl.h

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32451)
+++ ChangeLog	(revision 32452)
@@ -1,3 +1,8 @@
+Fri Jul  8 15:01:06 2011  NAKAMURA Usaku  <usa@r...>
+
+	* ext/openssl/ossl.h: include openssl/e_os2.h before checking the
+	  defition of OPENSSL_SYS_WIN32.
+
 Fri Jul  8 14:40:39 2011  NAKAMURA Usaku  <usa@r...>
 
 	* win32/win32.c (wunlink): reverted a part of r32426. it was mistakenly
Index: ext/openssl/ossl.h
===================================================================
--- ext/openssl/ossl.h	(revision 32451)
+++ ext/openssl/ossl.h	(revision 32452)
@@ -45,6 +45,7 @@
 #endif
 
 #if defined(_WIN32)
+#  include <openssl/e_os2.h>
 #  define OSSL_NO_CONF_API 1
 #  if !defined(OPENSSL_SYS_WIN32)
 #    define OPENSSL_SYS_WIN32 1

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]