mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
Fix issue with benchmark help options and descriptions not lining up due to new -aead_set_key
added in #8160 on April 14, 2025.
This commit is contained in:
@@ -15141,9 +15141,10 @@ static void Usage(void)
|
||||
e += 3;
|
||||
#endif
|
||||
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -dgst_full */
|
||||
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -mca_final */
|
||||
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -mac_final */
|
||||
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -aead_set_key */
|
||||
#ifndef NO_RSA
|
||||
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -ras_sign */
|
||||
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -rsa_sign */
|
||||
#ifdef WOLFSSL_KEY_GEN
|
||||
printf("%s", bench_Usage_msg1[lng_index][e]); /* option -rsa-sz */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user