Merge pull request #6696 from philljj/small_benchmark_cleanup

Tiny cleanup to benchmark print usage.
This commit is contained in:
JacobBarthelmeh
2023-08-11 09:16:48 -06:00
committed by GitHub

View File

@ -10297,6 +10297,7 @@ static void Usage(void)
printf("benchmark\n");
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -? */
printf("%s", bench_Usage_msg1[lng_index][e++]); /* English / Japanese */
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -csv */
printf("%s", bench_Usage_msg1[lng_index][e++]); /* option -base10 */
#if defined(HAVE_AESGCM) || defined(HAVE_AESCCM)