summaryrefslogtreecommitdiffstats
path: root/crypto/dso
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-15 22:44:08 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-15 22:44:08 +0000
commit29ca164513f243025ccbc11bade8bfee5b49a543 (patch)
treeb2eea1d839fcb69274ab57b0c371d46e6a399d28 /crypto/dso
parent97d58eadbf2f05f86451da9a384a82dd73b97dce (diff)
WinCE patches
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 af8586d754..6c30deb250 100644
--- a/crypto/dso/dso_win32.c
+++ b/crypto/dso/dso_win32.c
@@ -61,7 +61,7 @@
#include "cryptlib.h"
#include <openssl/dso.h>
-#ifndef OPENSSL_SYS_WIN32
+#if !defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WINCE)
DSO_METHOD *DSO_METHOD_win32(void)
{
return NULL;