Skip to content

Commit

Permalink
* ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
eban committed Jun 29, 2011
1 parent d7ccf5e commit 2a9819b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Wed Jun 29 23:17:57 2011 WATANABE Hirofumi <eban@ruby-lang.org>

* ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).

Wed Jun 29 23:09:14 2011 WATANABE Hirofumi <eban@ruby-lang.org>

* ex/tk/extconf.rb: support for the latest ActiveTcl with mingw.
* ext/tk/extconf.rb (intptr_t, uintptr_t): support for the latest ActiveTcl with mingw.

Wed Jun 29 22:49:10 2011 Keiju Ishitsuka <keiju@ishitsuka.com>

Expand Down
1 change: 1 addition & 0 deletions ext/openssl/ossl.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ extern "C" {

#if defined(_WIN32)
# define OSSL_NO_CONF_API 1
# define OPENSSL_SYS_WIN32 1
# include <winsock2.h>
#endif
#include <errno.h>
Expand Down

0 comments on commit 2a9819b

Please sign in to comment.