Replace cases of time_t with mbedtls_time_t

Signed-off-by: Ben Taylor <[email protected]>
This commit is contained in:
Ben Taylor
2025-09-29 14:24:47 +01:00
parent ee1991a387
commit 7e8e438fce
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -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