mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 17:18:42 +00:00
As noted in #557, several functions use 'index' resp. 'time' as parameter names in their declaration and/or definition, causing name conflicts with the functions in the C standard library of the same name some compilers warn about. This commit renames the arguments accordingly.