FIPS provider modifications
[openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index e1608ae55d7de5181a92a25e79658c0bc3d55d6f..5490a48fcd4899a84c4677a653ebcfdd07fe10cd 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -249,8 +249,6 @@ FILE *__iob_func();
 /***********************************************/
 
 # if defined(OPENSSL_SYS_WINDOWS)
-#  define strcasecmp _stricmp
-#  define strncasecmp _strnicmp
 #  if (_MSC_VER >= 1310) && !defined(_WIN32_WCE)
 #   define open _open
 #   define fdopen _fdopen