mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-05 10:47:48 +00:00
Update library/timing.c
Co-authored-by: Gilles Peskine <[email protected]> Signed-off-by: Gianfranco Costamagna <[email protected]>
This commit is contained in:
co-authored by
Gilles Peskine
parent
f88dd840a2
commit
d7768235da
+1
-1
@@ -401,7 +401,7 @@ int mbedtls_timing_self_test(int verbose)
|
||||
uint32_t a = 0, b = 0;
|
||||
mbedtls_timing_delay_context ctx;
|
||||
|
||||
memset(ctx, 0, sizeof(ctx));
|
||||
memset(&ctx, 0, sizeof(ctx));
|
||||
if (verbose != 0) {
|
||||
mbedtls_printf(" TIMING tests note: will take some time!\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user