regen patches

This commit is contained in:
Theo Buehler 2022-11-27 10:50:30 +01:00
parent a911052d60
commit 7775de6c76
2 changed files with 7 additions and 7 deletions

View File

@ -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;
}
}

View File

@ -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)
{