1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fixes platform time_t abstraction

Fixes platform abstraction in error.c and the file that it's generated
from as well as DTLS samples.
This commit is contained in:
Simon Butcher
2016-05-17 00:03:14 +01:00
parent c21bec8af4
commit db0feca55c
5 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include <stdio.h>
#define mbedtls_printf printf
#define mbedtls_fprintf fprintf
#define mbedtls_time_t time_t
#endif
#if !defined(MBEDTLS_SSL_CLI_C) || !defined(MBEDTLS_SSL_PROTO_DTLS) || \