ChangeLog: Add missing renamings gmtime -> gmtime_r

This commit is contained in:
Hanno Becker 2018-09-05 16:19:07 +01:00
parent 4e67cca1d9
commit acef292eac

View File

@ -3,12 +3,12 @@ mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS x.x.x branch released xxxx-xx-xx
API Changes
* Extend the platform module with an abstraction mbedtls_platform_gmtime()
* Extend the platform module with an abstraction mbedtls_platform_gmtime_r()
whose implementation should behave as a thread safe version of gmtime().
This allows users to configure such an implementation at compile time when
the target system cannot be deduced automatically. At this stage Mbed TLS
is only able to automatically select implementations for Windows and POSIX
C libraries.
the target system cannot be deduced automatically, by setting the option
MBEDTLS_PLATFORM_GMTIME_R_ALT. At this stage Mbed TLS is only able to
automatically select implementations for Windows and POSIX C libraries.
Bugfix
* Fixes an issue with MBEDTLS_CHACHAPOLY_C which would not compile if