mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:55:42 +01:00
Fix missing word in ChangeLog entry for gmtime()
This commit is contained in:
parent
209960611f
commit
8c9a620fb6
@ -13,8 +13,8 @@ API Changes
|
|||||||
Bugfix
|
Bugfix
|
||||||
* Fixes an issue with MBEDTLS_CHACHAPOLY_C which would not compile if
|
* 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
|
MBEDTLS_ARC4_C and MBEDTLS_CIPHER_NULL_CIPHER weren't also defined. #1890
|
||||||
* Fix build failures on where only gmtime() is available but neither
|
* Fix build failures on platforms where only gmtime() is available but
|
||||||
gmtime_r() nor gmtime_s() are present. Fixes #1907.
|
neither gmtime_r() nor gmtime_s() are present. Fixes #1907.
|
||||||
|
|
||||||
= mbed TLS 2.12.0 branch released 2018-07-25
|
= mbed TLS 2.12.0 branch released 2018-07-25
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user