We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f50cd5 + 59061ae commit c48dd28Copy full SHA for c48dd28
1 file changed
wolfcrypt/benchmark/benchmark.c
@@ -15141,9 +15141,10 @@ static void Usage(void)
15141
e += 3;
15142
#endif
15143
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -dgst_full */
15144
- printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -mca_final */
+ printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -mac_final */
15145
+ printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -aead_set_key */
15146
#ifndef NO_RSA
- printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -ras_sign */
15147
+ printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -rsa_sign */
15148
#ifdef WOLFSSL_KEY_GEN
15149
printf("%s", bench_Usage_msg1[lng_index][e]); /* option -rsa-sz */
15150
0 commit comments