commit | 824dfb34b4b34854daefa71211a8896c634f33f4 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Tue Aug 07 20:29:57 2018 +0100 |
committer | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Tue Aug 07 20:29:57 2018 +0100 |
tree | 50b9c51e58940e78ca3386352b39142c8ef9b091 | |
parent | ce6eebb0b89ce7deaa87009404399e9511c2af0b [diff] |
Add ChangeLog entry for use of gmtime
diff --git a/ChangeLog b/ChangeLog index bda3de8..d8b2829 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -5,6 +5,8 @@ Bugfix * Fixes an issue with MBEDTLS_CHACHAPOLY_C which would not compile if MBEDTLS_ARC4_C and MBEDTLS_CIPHER_NULL_CIPHER weren't also defined. #1890 + * Fix build failures on where only gmtime() is available but neither + gmtime_r() nor gmtime_s() are present. Fixes #1907. = mbed TLS 2.12.0 branch released 2018-07-25