X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fo_str.c;h=60c01c10a40667c29e35395ce65bef12523400d6;hp=2b4d0dcd5e37bb0e1c7fc2ace40d09e2f682e20d;hb=4aecfd4d9f366c849c9627ab666d1b1addc024e6;hpb=f12797a447ba622177f0ef67d73cec744db9592a diff --git a/crypto/o_str.c b/crypto/o_str.c index 2b4d0dcd5e..60c01c10a4 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -60,7 +60,9 @@ #include #include "o_str.h" -#ifndef OPENSSL_IMPLEMENTS_strncasecmp +#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && \ + !defined(OPENSSL_SYSNAME_WIN32) && !defined(OPENSSL_SYSNAME_WINCE) && \ + !defined(NETWARE_CLIB) # include #endif