Move back timing.c to mbedtls

Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
Ronald Cron
2024-12-04 14:25:02 +01:00
parent 18047f0b01
commit 6924564970
9 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -4,6 +4,7 @@ set(libs
set(executables_libs
metatest
query_compile_time_config
query_included_headers
selftest
udp_proxy
@@ -13,7 +14,6 @@ add_dependencies(${ssl_opt_target} udp_proxy)
set(executables_mbedcrypto
benchmark
query_compile_time_config
zeroize
)
add_dependencies(${programs_target} ${executables_mbedcrypto})