mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-23 13:00:43 -04:00
Merge pull request #8662 from LocutusOfBorg/mbedtls-2.28
timing.c fix build failure with -O3 optimization level
This commit is contained in:
commit
c7e208d2fa
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user