mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 21:38:44 +00:00
* gmtime_r is not standard so -std=c99 warns about it * Anyway we need global mutexes in the threading layer, so better depend only on that, rather that global mutexes + some _r functions