Documentation rewording

Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
TRodziewicz 2021-06-16 11:22:53 +02:00
parent 9c90226df1
commit 15a7b73708
5 changed files with 26 additions and 30 deletions

View file

@ -5,8 +5,5 @@ The change affects users who use any of the following functions:
`mbedtls_timing_self_test()`, `mbedtls_hardclock_poll()`,
`mbedtls_timing_hardclock()` and `mbedtls_set_alarm()`.
This change is the first step of a plan of removal of the `timing.c` from the
library. The plan is to move all the timing functions to the `platform.c` file.
For users who still need removed functions the migration path is to re-implement
them as a platform support code.
If you were relying on these functions, you'll now need to change to using your
platform's corresponding functions directly.