X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fo_str.c;h=2b4d0dcd5e37bb0e1c7fc2ace40d09e2f682e20d;hp=2db099333a7fd0781463f44b0023db619d0ffee0;hb=f12797a447ba622177f0ef67d73cec744db9592a;hpb=fa8e921f6627e2b9e0a8b11f5a0bfcc2e7e0190c diff --git a/crypto/o_str.c b/crypto/o_str.c index 2db099333a..2b4d0dcd5e 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -60,6 +60,10 @@ #include #include "o_str.h" +#ifndef OPENSSL_IMPLEMENTS_strncasecmp +# include +#endif + int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n) { #if defined(OPENSSL_IMPLEMENTS_strncasecmp)