summaryrefslogtreecommitdiffstats
path: root/crypto/cryptlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cryptlib.c')
-rw-r--r--crypto/cryptlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index 71a5c35974..3151e1a884 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -321,6 +321,7 @@ void OPENSSL_die(const char *message, const char *file, int line)
*
* There are also assembler versions of this function.
*/
+# undef CRYPTO_memcmp
int CRYPTO_memcmp(const void * in_a, const void * in_b, size_t len)
{
size_t i;