Skip to content

Commit 0201f0b

Browse files
mdcornutkanteck
authored andcommitted
mh_sha256: fix undeclared variable in perf app
Signed-off-by: Marcel Cornu <[email protected]>
1 parent 283b312 commit 0201f0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mh_sha256/mh_sha256_perf.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,10 @@ main(int argc, char *argv[])
185185
free(buff);
186186
free(update_ctx_test);
187187
free(update_ctx_base);
188+
189+
return fail;
188190
#else
189191
printf("Not Executed\n");
190192
return 0;
191193
#endif /* FIPS_MODE */
192-
return fail;
193194
}

0 commit comments

Comments
 (0)