Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable.
[openssl.git] / crypto / o_str.c
index 0bdfb40076baed71f89bffe05dec677da0c7f94b..42b25d078f8dbed3ae83f8b59dba408164941373 100644 (file)
@@ -61,6 +61,9 @@
 #include "o_str.h"
 #include <openssl/e_os2.h>
 
+#undef strncasecmp
+#undef strcasecmp
+
 int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n)
        {
 #if defined(OPENSSL_SYS_VMS)