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

Merge pull request #4640 from TRodziewicz/move_part_of_timing_module_out_of_the_library_and_to_test

Move part of timing module out of the library
This commit is contained in:
Dave Rodgman
2021-06-18 16:35:58 +01:00
committed by GitHub
13 changed files with 286 additions and 532 deletions

View File

@@ -0,0 +1,9 @@
Move part of timing module out of the library
--
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()`.
If you were relying on these functions, you'll now need to change to using your
platform's corresponding functions directly.