Skip to content

Commit

Permalink
mh_sha256: fix undeclared variable in perf app
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Cornu <[email protected]>
  • Loading branch information
mdcornu authored and tkanteck committed May 13, 2024
1 parent 283b312 commit 0201f0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mh_sha256/mh_sha256_perf.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,10 @@ main(int argc, char *argv[])
free(buff);
free(update_ctx_test);
free(update_ctx_base);

return fail;
#else
printf("Not Executed\n");
return 0;
#endif /* FIPS_MODE */
return fail;
}

0 comments on commit 0201f0b

Please sign in to comment.