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:
commit
8c8166a7f1
13 changed files with 286 additions and 532 deletions
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue