mirror of
https://github.com/espressif/mbedtls.git
synced 2026-08-30 23:19:54 +00:00
Fix requirement mismatch in fuzz/common.c
Signed-off-by: Andrzej Kurek <[email protected]>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <stdlib.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 )
|
||||
{
|
||||
(void) time;
|
||||
|
||||
Reference in New Issue
Block a user