diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-06-29 14:22:02 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-06-29 14:22:02 +0000 |
commit | 2a9819b7475c503e6b4ed5056dffae0dd3e0fc1d (patch) | |
tree | 6ff92b89727ed9acc373d57ab829bacb0eaca25b /ext/openssl/ossl.h | |
parent | d7ccf5e1ccf93d6e71246d0eb1ab66ce5b170a70 (diff) |
* ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl.h')
-rw-r--r-- | ext/openssl/ossl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h index f31179110f..cf393d4a67 100644 --- a/ext/openssl/ossl.h +++ b/ext/openssl/ossl.h @@ -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> |