mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-09 15:22:11 -04: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.