X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fo_str.c;h=56104a6c34ba9c1db5cd9ef7a0d904dcc75653b0;hb=057c8a2b9e24b91d4e98b38bf1c91f232f065637;hp=2db099333a7fd0781463f44b0023db619d0ffee0;hpb=7a06050cd356001ec80a9202f50de6eb4e09f6e7;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)