Adjust patch to recent speed.c change

This commit is contained in:
Theo Buehler 2023-02-28 09:29:06 +01:00
parent b98c56fd5e
commit 94289fd2ef

View File

@ -83,7 +83,7 @@
+ speed_alarm_free(run);
+#endif
BIO_printf(bio_err, mr ? "+R:%d:%s:%f\n"
: "%d %s's in %.2fs\n", count, names[alg], time_used);
: "%d %s in %.2fs\n", count, names[alg], time_used);
results[alg][run_no] = ((double) count) / time_used * lengths[run_no];
}