From 43c564170c7300092fa1627b961480c708d6fc01 Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Wed, 15 Feb 2017 00:36:46 +0100 Subject: Use memcmp() instead of CRYPTO_memcmp() when fuzzing Reviewed-by: Andy Polyakov GH: #2633 --- crypto/cryptlib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto') 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; -- cgit v1.2.3