1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

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

@@ -1,5 +1,4 @@
Changes
* Remove the following functions: mbedtls_timing_self_test() and
mbedtls_hardclock_poll(). Move the following functions to the benchmark.c
file and make them static: mbedtls_timing_hardclock() and
Removals
* Remove the following functions: mbedtls_timing_self_test(),
mbedtls_hardclock_poll(), mbedtls_timing_hardclock() and
mbedtls_set_alarm(). Fixes #4083.