make style

This commit is contained in:
Philippe Teuwen
2021-05-18 23:56:11 +02:00
parent 76adb58feb
commit a592b349cb
6 changed files with 25 additions and 25 deletions

View File

@@ -65,7 +65,7 @@ int ExecuteCryptoTests(bool verbose, bool ignore_time, bool include_slow_tests)
PrintAndLogEx(WARNING, "Repeat timing test " _RED_("%d"), i + 1);
}
if (res && !ignore_time) TestFail = true;
*/
*/
res = mbedtls_ctr_drbg_self_test(verbose);
if (res) TestFail = true;