commit | c797a35acd88ed89eb6079903a08cf224c6f9cb9 | [log] [tgz] |
---|---|---|
author | Ben Taylor <ben.taylor@linaro.org> | Mon Sep 29 14:18:20 2025 +0100 |
committer | Ben Taylor <ben.taylor@linaro.org> | Mon Sep 29 14:24:47 2025 +0100 |
tree | 546fb98f2a3b714e4c87ce62cc68a427e9d59ff9 | |
parent | b11d5bc949671ebb79e1caf7a898c3009448eb44 [diff] |
Improve ChangeLog entry Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
diff --git a/ChangeLog.d/replace_time_t.txt b/ChangeLog.d/replace_time_t.txt index 53b63cf..ec0282a 100644 --- a/ChangeLog.d/replace_time_t.txt +++ b/ChangeLog.d/replace_time_t.txt
@@ -1,3 +1,4 @@ Bugfix - * Replace occurances of time_t with - mbedtls_time_t. + * Fix a build error or incorrect TLS session + lifetime on platforms where mbedtls_time_t + is not time_t. Fixes #10236.