diff options
| author | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2026-05-05 10:52:02 +0900 |
|---|---|---|
| committer | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2026-05-05 10:52:02 +0900 |
| commit | a24d0f296057a861cafdd16167e1447a86f3eeaf (patch) | |
| tree | 57040d5d93cc493be9a8c0590c75bb6cafc6cedb | |
| parent | 9a9aa763301afb11c1cb4b5f99aa924238f59377 (diff) | |
| download | portable-a24d0f296057a861cafdd16167e1447a86f3eeaf.tar.gz portable-a24d0f296057a861cafdd16167e1447a86f3eeaf.tar.bz2 portable-a24d0f296057a861cafdd16167e1447a86f3eeaf.zip | |
tiny update
| -rw-r--r-- | patches/speed.c.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/speed.c.patch b/patches/speed.c.patch index 5149b4e..4efc65c 100644 --- a/patches/speed.c.patch +++ b/patches/speed.c.patch | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | --- apps/openssl/speed.c.orig 2026-05-05 10:27:21 | 1 | --- apps/openssl/speed.c.orig 2026-05-05 10:50:46 |
| 2 | +++ apps/openssl/speed.c 2026-05-05 10:34:44 | 2 | +++ apps/openssl/speed.c 2026-05-05 10:51:24 |
| 3 | @@ -158,7 +158,16 @@ static double speed_timer_stop(int s); | 3 | @@ -158,7 +158,16 @@ static double speed_timer_stop(int s); |
| 4 | static void print_result(int alg, int run_no, int count, double time_used); | 4 | static void print_result(int alg, int run_no, int count, double time_used); |
| 5 | static void speed_timer_start(int seconds); | 5 | static void speed_timer_start(int s); |
| 6 | static double speed_timer_stop(int s); | 6 | static double speed_timer_stop(int s); |
| 7 | +#ifndef _WIN32 | 7 | +#ifndef _WIN32 |
| 8 | static int do_multi(int multi); | 8 | static int do_multi(int multi); |
