We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e823da9 commit c6db51bCopy full SHA for c6db51b
1 file changed
examples/benchmark/tls_bench.c
@@ -390,7 +390,7 @@ static int run_all_CAST(void)
390
int ret = 0;
391
int cast_idx = 0;
392
393
- for (cast_idx=0; cast_idx<FIPS_CAST_COUNT; cast_idx++) {
+ for (cast_idx = 0; cast_idx < FIPS_CAST_COUNT; cast_idx++) {
394
if ((ret = wc_RunCast_fips(cast_idx)) != 0) {
395
#ifdef NO_ERROR_STRINGS
396
fprintf(stderr,
0 commit comments