summaryrefslogtreecommitdiffstats
path: root/crypto/o_str.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-05-13 22:39:56 +0000
committerRichard Levitte <levitte@openssl.org>2004-05-13 22:39:56 +0000
commitabd23881c18c8953f8c6b6450554d094636b7607 (patch)
treefbe5f28bff13b64b66f3f5a2de3aac61f6989d8b /crypto/o_str.c
parentd1739eb2d6960b985945bc5d2858d838a2d67d38 (diff)
Synchronise o_str.c between 0.9.8-dev and 0.9.7-stable.
Diffstat (limited to 'crypto/o_str.c')
-rw-r--r--crypto/o_str.c3
1 files changed, 3 insertions, 0 deletions
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 <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)