mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Use memcmp() instead of CRYPTO_memcmp() when fuzzing
Reviewed-by: Andy Polyakov <appro@openssl.org> GH: #2633
This commit is contained in:
parent
497910833e
commit
43c564170c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user