From: Dr. Stephen Henson Date: Mon, 14 Jan 2008 18:10:55 +0000 (+0000) Subject: does not exist under WIN32. X-Git-Tag: OpenSSL_0_9_8k^2~566 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=52108cecc0609ae343f7779532f145f81c314272;p=oweals%2Fopenssl.git does not exist under WIN32. --- diff --git a/apps/apps.c b/apps/apps.c index f45093328e..fc99c3445f 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -116,7 +116,9 @@ #include #include #include +#ifndef OPENSSL_SYSNAME_WIN32 #include +#endif #include #include #include diff --git a/crypto/o_str.c b/crypto/o_str.c index 2b4d0dcd5e..59cc25094b 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -60,7 +60,7 @@ #include #include "o_str.h" -#ifndef OPENSSL_IMPLEMENTS_strncasecmp +#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && !defined(OPENSSL_SYSNAME_WIN32) # include #endif