diff options
-rw-r--r-- | patches/speed.c.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/speed.c.patch b/patches/speed.c.patch index 4e80f31..87a06bc 100644 --- a/patches/speed.c.patch +++ b/patches/speed.c.patch | |||
@@ -83,7 +83,7 @@ | |||
83 | + speed_alarm_free(run); | 83 | + speed_alarm_free(run); |
84 | +#endif | 84 | +#endif |
85 | BIO_printf(bio_err, mr ? "+R:%d:%s:%f\n" | 85 | BIO_printf(bio_err, mr ? "+R:%d:%s:%f\n" |
86 | : "%d %s's in %.2fs\n", count, names[alg], time_used); | 86 | : "%d %s in %.2fs\n", count, names[alg], time_used); |
87 | results[alg][run_no] = ((double) count) / time_used * lengths[run_no]; | 87 | results[alg][run_no] = ((double) count) / time_used * lengths[run_no]; |
88 | } | 88 | } |
89 | 89 | ||