mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
Fix requirement mismatch in fuzz/common.c
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
108bf520e0
commit
06a00afeec
@ -5,7 +5,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "mbedtls/ctr_drbg.h"
|
#include "mbedtls/ctr_drbg.h"
|
||||||
|
|
||||||
#if defined(MBEDTLS_HAVE_TIME)
|
#if defined(MBEDTLS_PLATFORM_TIME_ALT)
|
||||||
mbedtls_time_t dummy_constant_time( mbedtls_time_t* time )
|
mbedtls_time_t dummy_constant_time( mbedtls_time_t* time )
|
||||||
{
|
{
|
||||||
(void) time;
|
(void) time;
|
||||||
|
Loading…
Reference in New Issue
Block a user