1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

fix comments and time_t type issues

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu
2022-07-20 10:36:12 +08:00
parent a0446a0344
commit 08aed4def9
4 changed files with 11 additions and 4 deletions

View File

@ -1185,7 +1185,7 @@ struct mbedtls_ssl_session
#endif /* MBEDTLS_SHA256_C */
#if defined(MBEDTLS_HAVE_TIME) && defined(MBEDTLS_SSL_CLI_C)
time_t MBEDTLS_PRIVATE(ticket_received); /*!< time ticket was received */
mbedtls_time_t MBEDTLS_PRIVATE(ticket_received); /*!< time ticket was received */
#endif /* MBEDTLS_HAVE_TIME && MBEDTLS_SSL_CLI_C */
#endif /* MBEDTLS_SSL_PROTO_TLS1_3 && MBEDTLS_SSL_SESSION_TICKETS */