X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fo_str.c;h=56104a6c34ba9c1db5cd9ef7a0d904dcc75653b0;hb=1c7c69a8a5735aeb9c8b3d732b5bee090e3b8604;hp=2db099333a7fd0781463f44b0023db619d0ffee0;hpb=ed1f716022be3c28cecc485ecb608178455e4f94;p=oweals%2Fopenssl.git diff --git a/crypto/o_str.c b/crypto/o_str.c index 2db099333a..56104a6c34 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -60,6 +60,12 @@ #include #include "o_str.h" +#if !defined(OPENSSL_IMPLEMENTS_strncasecmp) && \ + !defined(OPENSSL_SYSNAME_WIN32) && \ + !defined(NETWARE_CLIB) +# include +#endif + int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n) { #if defined(OPENSSL_IMPLEMENTS_strncasecmp)