From: Richard Levitte Date: Thu, 13 May 2004 22:39:56 +0000 (+0000) Subject: Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable. X-Git-Tag: BEN_FIPS_TEST_6~14^2~261 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=abd23881c18c8953f8c6b6450554d094636b7607;p=oweals%2Fopenssl.git Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable. --- diff --git a/crypto/o_str.c b/crypto/o_str.c index 0bdfb40076..42b25d078f 100644 --- a/crypto/o_str.c +++ b/crypto/o_str.c @@ -61,6 +61,9 @@ #include "o_str.h" #include +#undef strncasecmp +#undef strcasecmp + int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n) { #if defined(OPENSSL_SYS_VMS)