aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2022-11-27 10:50:30 +0100
committerTheo Buehler <tb@openbsd.org>2022-11-27 10:50:30 +0100
commit7775de6c76ebf09598e2a48664a4d666ee459e45 (patch)
treeb0188bb7802c0a2d2055f704f9847d2a75f5bc0e
parenta911052d609731a9f9169ed5d825db621c52ae6d (diff)
downloadportable-7775de6c76ebf09598e2a48664a4d666ee459e45.tar.gz
portable-7775de6c76ebf09598e2a48664a4d666ee459e45.tar.bz2
portable-7775de6c76ebf09598e2a48664a4d666ee459e45.zip
regen patches
-rw-r--r--patches/bn_isqrt.c.patch8
-rw-r--r--patches/openssl.c.patch6
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 @@
1--- tests/bn_isqrt.c.orig Mon Aug 15 10:40:29 2022 1--- tests/bn_isqrt.c.orig Sun Nov 27 10:48:32 2022
2+++ tests/bn_isqrt.c Mon Aug 15 10:41:46 2022 2+++ tests/bn_isqrt.c Sun Nov 27 10:48:49 2022
3@@ -304,6 +304,7 @@ main(int argc, char *argv[]) 3@@ -303,6 +303,7 @@ main(int argc, char *argv[])
4 int ch; 4 int ch;
5 int failed = 0, print = 0; 5 int failed = 0, print = 0;
6 6
@@ -8,7 +8,7 @@
8 while ((ch = getopt(argc, argv, "C")) != -1) { 8 while ((ch = getopt(argc, argv, "C")) != -1) {
9 switch (ch) { 9 switch (ch) {
10 case 'C': 10 case 'C':
11@@ -314,6 +315,7 @@ main(int argc, char *argv[]) 11@@ -313,6 +314,7 @@ main(int argc, char *argv[])
12 break; 12 break;
13 } 13 }
14 } 14 }
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 @@
1--- apps/openssl/openssl.c.orig Thu Nov 7 18:19:01 2019 1--- apps/openssl/openssl.c.orig Sun Nov 27 10:48:36 2022
2+++ apps/openssl/openssl.c Fri Sep 4 04:04:26 2020 2+++ apps/openssl/openssl.c Sun Nov 27 10:48:49 2022
3@@ -360,7 +360,9 @@ 3@@ -359,7 +359,9 @@ BIO *bio_err = NULL;
4 static void 4 static void
5 openssl_startup(void) 5 openssl_startup(void)
6 { 6 {