From 7775de6c76ebf09598e2a48664a4d666ee459e45 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 27 Nov 2022 10:50:30 +0100 Subject: regen patches --- patches/bn_isqrt.c.patch | 8 ++++---- patches/openssl.c.patch | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/patches/bn_isqrt.c.patch b/patches/bn_isqrt.c.patch index bf205a3..9c88a0a 100644 --- a/patches/bn_isqrt.c.patch +++ b/patches/bn_isqrt.c.patch @@ -1,6 +1,6 @@ ---- tests/bn_isqrt.c.orig Mon Aug 15 10:40:29 2022 -+++ tests/bn_isqrt.c Mon Aug 15 10:41:46 2022 -@@ -304,6 +304,7 @@ main(int argc, char *argv[]) +--- tests/bn_isqrt.c.orig Sun Nov 27 10:48:32 2022 ++++ tests/bn_isqrt.c Sun Nov 27 10:48:49 2022 +@@ -303,6 +303,7 @@ main(int argc, char *argv[]) int ch; int failed = 0, print = 0; @@ -8,7 +8,7 @@ while ((ch = getopt(argc, argv, "C")) != -1) { switch (ch) { case 'C': -@@ -314,6 +315,7 @@ main(int argc, char *argv[]) +@@ -313,6 +314,7 @@ main(int argc, char *argv[]) break; } } diff --git a/patches/openssl.c.patch b/patches/openssl.c.patch index 2c2a3da..46702f2 100644 --- a/patches/openssl.c.patch +++ b/patches/openssl.c.patch @@ -1,6 +1,6 @@ ---- apps/openssl/openssl.c.orig Thu Nov 7 18:19:01 2019 -+++ apps/openssl/openssl.c Fri Sep 4 04:04:26 2020 -@@ -360,7 +360,9 @@ +--- apps/openssl/openssl.c.orig Sun Nov 27 10:48:36 2022 ++++ apps/openssl/openssl.c Sun Nov 27 10:48:49 2022 +@@ -359,7 +359,9 @@ BIO *bio_err = NULL; static void openssl_startup(void) { -- cgit v1.2.3-55-g6feb