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:
parent
a50fed9910
commit
03b2bd4a06
@ -70,7 +70,7 @@ void mbedtls_platform_zeroize( void *buf, size_t len );
|
||||
* \brief Platform-specific implementation of gmtime_r()
|
||||
*
|
||||
* 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
|
||||
* make use of an appropriate underlying implementation (e.g.
|
||||
|
Loading…
Reference in New Issue
Block a user