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

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:
-~- redtangent ~-~
2016-05-26 10:07:49 +01:00
committed by Janos Follath
parent 2917b9e5de
commit 9fa2e86d93
8 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include "mbedtls/platform.h"
#else
#define mbedtls_snprintf snprintf
#define mbedtls_time_t time_t
#endif
#if defined(MBEDTLS_ERROR_C)