aboutsummaryrefslogtreecommitdiff
path: root/patches/bn_isqrt.c.patch
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 /patches/bn_isqrt.c.patch
parenta911052d609731a9f9169ed5d825db621c52ae6d (diff)
downloadportable-7775de6c76ebf09598e2a48664a4d666ee459e45.tar.gz
portable-7775de6c76ebf09598e2a48664a4d666ee459e45.tar.bz2
portable-7775de6c76ebf09598e2a48664a4d666ee459e45.zip
regen patches
Diffstat (limited to 'patches/bn_isqrt.c.patch')
-rw-r--r--patches/bn_isqrt.c.patch8
1 files changed, 4 insertions, 4 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 }