1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/openssl/ossl.h: include openssl/e_os2.h before checking the

defition of OPENSSL_SYS_WIN32.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2011-07-08 06:03:17 +00:00
parent fc22563658
commit 8de18f9cda
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Fri Jul 8 15:01:06 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* 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@ruby-lang.org>
* win32/win32.c (wunlink): reverted a part of r32426. it was mistakenly

View file

@ -45,6 +45,7 @@ extern "C" {
#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