Add missing mbedtls_time_t definitions (#493)
Add missing mbedtls_time_t definitions to sample applications and the error.c generation script. Fixes #490.
This commit is contained in:
parent
2917b9e5de
commit
9fa2e86d93
8 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
#include <stdio.h>
|
||||
#define mbedtls_fprintf fprintf
|
||||
#define mbedtls_printf printf
|
||||
#define mbedtls_time_t time_t
|
||||
#endif
|
||||
|
||||
#if !defined(MBEDTLS_BIGNUM_C) || !defined(MBEDTLS_CERTS_C) || \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue