mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-19 10:48:01 +00:00
Fix requirement mismatch in fuzz/common.c
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
516e1b0700
commit
448cf48e18
|
@ -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