Correct documentation of mbedtls_platform_gmtime_r()

Previous documentation stated that gmtime_r() was from the standard library,
but it's POSIX.
This commit is contained in:
Hanno Becker 2018-09-06 09:08:55 +01:00
parent a50fed9910
commit 03b2bd4a06

View file

@ -70,7 +70,7 @@ void mbedtls_platform_zeroize( void *buf, size_t len );
* \brief Platform-specific implementation of gmtime_r() * \brief Platform-specific implementation of gmtime_r()
* *
* The function is a thread-safe abstraction that behaves * The function is a thread-safe abstraction that behaves
* similarly to the gmtime_r() function from the C standard. * similarly to the gmtime_r() function from Unix/POSIX.
* *
* Mbed TLS will try to identify the underlying platform and * Mbed TLS will try to identify the underlying platform and
* make use of an appropriate underlying implementation (e.g. * make use of an appropriate underlying implementation (e.g.