mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 11:38:09 +00:00
Remove another mentioning of IAR from config.h
This commit is contained in:
parent
272675f4c6
commit
5f95c798a3
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
||||||
* when called behaves similarly to the gmtime() function from the C standard,
|
* when called behaves similarly to the gmtime() function from the C standard,
|
||||||
* but is thread safe. Mbed TLS will try to identify the underlying platform
|
* but is thread safe. Mbed TLS will try to identify the underlying platform
|
||||||
* and configure an appropriate underlying implementation (e.g. gmtime_r() for
|
* and configure an appropriate underlying implementation (e.g. gmtime_r() for
|
||||||
* POSIX and gmtime_s() for Windows and IAR). If this is not possible, then
|
* POSIX and gmtime_s() for Windows). If this is not possible, then
|
||||||
* gmtime() will be used. Refer to the documentation for
|
* gmtime() will be used. Refer to the documentation for
|
||||||
* mbedtls_platform_gmtime() for more information.
|
* mbedtls_platform_gmtime() for more information.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue