summaryrefslogtreecommitdiffstats
path: root/crypto/o_str.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-09-20 20:25:17 +0000
committerAndy Polyakov <appro@openssl.org>2005-09-20 20:25:17 +0000
commited1f716022be3c28cecc485ecb608178455e4f94 (patch)
tree3cb8a5792cfd9b834fc882a2c86228b2536ee445 /crypto/o_str.h
parentd3205a48981a1f534d5d6ba8042733ef9238da90 (diff)
"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups [from HEAD].
PR: 1196 Submitted by: Russel Ruby
Diffstat (limited to 'crypto/o_str.h')
-rw-r--r--crypto/o_str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/o_str.h b/crypto/o_str.h
index 4a70a9e00b..dfc98494c6 100644
--- a/crypto/o_str.h
+++ b/crypto/o_str.h
@@ -63,5 +63,6 @@
int OPENSSL_strcasecmp(const char *str1, const char *str2);
int OPENSSL_strncasecmp(const char *str1, const char *str2, size_t n);
+int OPENSSL_memcmp(const void *p1,const void *p2,size_t n);
#endif