aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>2026-05-05 10:52:02 +0900
committerKenjiro Nakayama <nakayamakenjiro@gmail.com>2026-05-05 10:52:02 +0900
commita24d0f296057a861cafdd16167e1447a86f3eeaf (patch)
tree57040d5d93cc493be9a8c0590c75bb6cafc6cedb
parent9a9aa763301afb11c1cb4b5f99aa924238f59377 (diff)
downloadportable-a24d0f296057a861cafdd16167e1447a86f3eeaf.tar.gz
portable-a24d0f296057a861cafdd16167e1447a86f3eeaf.tar.bz2
portable-a24d0f296057a861cafdd16167e1447a86f3eeaf.zip
tiny update
-rw-r--r--patches/speed.c.patch6
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);