mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 20:52:57 +00:00
Previous commits attempted to use `gmtime_s()` for IAR systems; however, this attempt depends on the use of C11 extensions which lead to incompatibility with other pieces of the library, such as the use of `memset()` which is being deprecated in favor of `memset_s()` in C11.