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:
@@ -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.
|
Reference in New Issue
Block a user