aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-10 13:43:27 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-10 13:43:27 +0000
commit3587c1c725f9ff49347a36716125ee91090efd75 (patch)
tree15bd24befffd778ee087f3eb3405730c7981ae8d /ext/openssl/ossl.h
parent46b5d7308b4c92b87b6f6c59176593d081025840 (diff)
downloadruby-3587c1c725f9ff49347a36716125ee91090efd75.tar.gz
* eval.c (win32_get_exception_list): avoid VC7 warning.
[ruby-win32:577] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl.h')
-rw-r--r--ext/openssl/ossl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h
index e684d212e6..fd0c41ee1d 100644
--- a/ext/openssl/ossl.h
+++ b/ext/openssl/ossl.h
@@ -24,6 +24,7 @@ extern "C" {
#if defined(_WIN32)
# define OpenFile WINAPI_OpenFile
+# define OSSL_NO_CONF_API 1
#endif
#include <errno.h>
#include <openssl/err.h>