summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2022-04-13 12:32:14 +0200
committerDmitry Belyavskiy <beldmit@gmail.com>2022-04-21 17:12:31 +0200
commit130de70e0f85ecec08fcfe4daed1d0c491089ea6 (patch)
tree2a0da8004ede970436f3888d632c42f09ecdbb93 /e_os.h
parent455e158ef9b3b600738f5b01190c2b7083d3d0ba (diff)
Public API functions OPENSSL_str[n]casecmp
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18103)
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/e_os.h b/e_os.h
index e1608ae55d..5490a48fcd 100644
--- 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