summaryrefslogtreecommitdiffstats
path: root/crypto/dso
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-03-12 11:28:41 +0000
committerAndy Polyakov <appro@openssl.org>2005-03-12 11:28:41 +0000
commit1642000707b91d26ae7bc238838786c4bb56cfc1 (patch)
tree292b974b62423c8b10bfb5737dc122ea7f074bcd /crypto/dso
parentf7f21255227888f880ec754fe6e924f809f68291 (diff)
Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.
Diffstat (limited to 'crypto/dso')
-rw-r--r--crypto/dso/dso_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dso/dso_win32.c b/crypto/dso/dso_win32.c
index 02e051595a..1dcafc6eab 100644
--- a/crypto/dso/dso_win32.c
+++ b/crypto/dso/dso_win32.c
@@ -61,7 +61,7 @@
#include "cryptlib.h"
#include <openssl/dso.h>
-#if !defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WINCE)
+#if !defined(DSO_WIN32)
DSO_METHOD *DSO_METHOD_win32(void)
{
return NULL;