commit | 7e8e438fce7a9b5ece2b483b973d8e0d9e7d9817 | [log] [tgz] |
---|---|---|
author | Ben Taylor <ben.taylor@linaro.org> | Fri Sep 26 15:25:43 2025 +0100 |
committer | Ben Taylor <ben.taylor@linaro.org> | Mon Sep 29 14:24:47 2025 +0100 |
tree | bafc4c45f9f75fc48979cc3ee6c1952f17bab1d6 | |
parent | ee1991a387bdd8ceddc12fc213db4f9b958cf384 [diff] [blame] |
Replace cases of time_t with mbedtls_time_t Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 37e4259..75c59a9 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -3178,7 +3178,7 @@ start = MBEDTLS_GET_UINT64_BE(p, 0); p += 8; - session->start = (time_t) start; + session->start = (mbedtls_time_t) start; #endif /* MBEDTLS_HAVE_TIME */ /*