Skip to content

Commit 0a28410

Browse files
committed
pkeyread: tfix
Signed-off-by: Eugene Syromiatnikov <[email protected]>
1 parent eedd5bc commit 0a28410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/pkeyread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ int main(int argc, char * const argv[])
420420
sample_id = k;
421421
max_time = ossl_time_add(ossl_time_now(), ossl_us2time(timeout_us));
422422
if (!perflib_run_multi_thread_test(do_f[f], threadcount, &duration)) {
423-
fprintf(stderr, "Failed to run the test %s in %s format]\n",
423+
fprintf(stderr, "Failed to run the test %s in %s format\n",
424424
sample_names[k], format_names[f]);
425425
OPENSSL_free(counts);
426426
return EXIT_FAILURE;

0 commit comments

Comments
 (0)