mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-16 15:19:56 +00:00
Replace cases of time_t with mbedtls_time_t
Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#if defined(MBEDTLS_HAVE_TIME)
|
||||
#include <time.h>
|
||||
#define mbedtls_time time
|
||||
#define mbedtls_time_t time_t
|
||||
#endif
|
||||
#define mbedtls_printf printf
|
||||
#define mbedtls_calloc calloc
|
||||
|
||||
Reference in New Issue
Block a user