We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedd5bc commit 0a28410Copy full SHA for 0a28410
source/pkeyread.c
@@ -420,7 +420,7 @@ int main(int argc, char * const argv[])
420
sample_id = k;
421
max_time = ossl_time_add(ossl_time_now(), ossl_us2time(timeout_us));
422
if (!perflib_run_multi_thread_test(do_f[f], threadcount, &duration)) {
423
- fprintf(stderr, "Failed to run the test %s in %s format]\n",
+ fprintf(stderr, "Failed to run the test %s in %s format\n",
424
sample_names[k], format_names[f]);
425
OPENSSL_free(counts);
426
return EXIT_FAILURE;
0 commit comments