From 7dc7ef81d16f98327321028257e8ecaebe95bfc2 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Thu, 9 Feb 2023 18:44:56 +0100 Subject: refresh patches --- patches/bn_shift.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'patches/bn_shift.patch') diff --git a/patches/bn_shift.patch b/patches/bn_shift.patch index 446609b..74a7d9a 100644 --- a/patches/bn_shift.patch +++ b/patches/bn_shift.patch @@ -1,6 +1,6 @@ ---- tests/bn_shift.c.orig Sun Dec 18 01:05:29 2022 -+++ tests/bn_shift.c Sun Dec 18 01:29:36 2022 -@@ -314,6 +314,8 @@ test_bn_rshift_to_zero(void) +--- tests/bn_shift.c.orig Thu Feb 9 18:42:51 2023 ++++ tests/bn_shift.c Thu Feb 9 18:43:08 2023 +@@ -351,6 +351,8 @@ test_bn_rshift_to_zero(void) return failed; } @@ -9,7 +9,7 @@ static void benchmark_bn_lshift1(BIGNUM *bn) { -@@ -507,9 +509,12 @@ benchmark_run(const struct benchmark *bm, int seconds) +@@ -616,9 +618,12 @@ benchmark_run(const struct benchmark *bm, int seconds) BN_free(bn); } @@ -22,7 +22,7 @@ const struct benchmark *bm; size_t i; -@@ -517,6 +522,9 @@ benchmark_bn_shift(void) +@@ -626,6 +631,9 @@ benchmark_bn_shift(void) bm = &benchmarks[i]; benchmark_run(bm, 5); } -- cgit v1.2.3-55-g6feb