mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01: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:
parent
c21bec8af4
commit
db0feca55c
5 changed files with 6 additions and 0 deletions
|
|
@ -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) || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue