mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01: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 a new issue