1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Merge pull request #8662 from LocutusOfBorg/mbedtls-2.28

timing.c fix build failure with -O3 optimization level
This commit is contained in:
Tom Cosgrove
2024-01-18 13:52:02 +00:00
committed by GitHub

View File

@ -401,6 +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));
if (verbose != 0) {
mbedtls_printf(" TIMING tests note: will take some time!\n");
}