forked from espressif/esp-idf
fix(mbedtls): fix -Wstrict-prototypes warning when compiling on Linux
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
#include "mbedtls/platform_time.h"
|
#include "mbedtls/platform_time.h"
|
||||||
|
|
||||||
#ifdef MBEDTLS_PLATFORM_MS_TIME_ALT
|
#ifdef MBEDTLS_PLATFORM_MS_TIME_ALT
|
||||||
mbedtls_ms_time_t mbedtls_ms_time()
|
mbedtls_ms_time_t mbedtls_ms_time(void)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
struct timespec tv = {};
|
struct timespec tv = {};
|
||||||
|
Reference in New Issue
Block a user