From abd23881c18c8953f8c6b6450554d094636b7607 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 13 May 2004 22:39:56 +0000 Subject: [PATCH] Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable. --- crypto/o_str.c | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.34.1