Skip to content

Commit 59061ae

Browse files
committed
Fix issue with benchmark help options and descriptions not lining up due to new -aead_set_key added in #8160 on April 14, 2025.
1 parent 8cc2ba7 commit 59061ae

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)