Skip to content

Commit c48dd28

Browse files
Merge pull request #8957 from dgarske/bench_help
Fix issue with benchmark help options and descriptions not lining up
2 parents 7f50cd5 + 59061ae commit c48dd28

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

wolfcrypt/benchmark/benchmark.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15141,9 +15141,10 @@ static void Usage(void)
1514115141
e += 3;
1514215142
#endif
1514315143
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -dgst_full */
15144-
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -mca_final */
15144+
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -mac_final */
15145+
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -aead_set_key */
1514515146
#ifndef NO_RSA
15146-
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -ras_sign */
15147+
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -rsa_sign */
1514715148
#ifdef WOLFSSL_KEY_GEN
1514815149
printf("%s", bench_Usage_msg1[lng_index][e]); /* option -rsa-sz */
1514915150
#endif

0 commit comments

Comments
 (0)