Add million seconds time type.
From RFC8446, the unit of ticket age is million seconds Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
6b4cb63aed
commit
eba0ab5db2
4 changed files with 18 additions and 0 deletions
|
@ -131,6 +131,10 @@
|
|||
#endif \
|
||||
/* (defined(__MINGW32__) && __USE_MINGW_ANSI_STDIO == 0) || (defined(_MSC_VER) && _MSC_VER < 1800) */
|
||||
|
||||
#if !defined(MBEDTLS_PRINTF_MS_TIME)
|
||||
#define MBEDTLS_PRINTF_MS_TIME MBEDTLS_PRINTF_LONGLONG
|
||||
#endif /* MBEDTLS_PRINTF_MS_TIME */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue