diff options
author | Theo Buehler <tb@openbsd.org> | 2022-12-09 11:14:33 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-12-09 11:23:44 +0100 |
commit | bd3456405bb337558f3fa87b3d4fd1a93e1d1d5b (patch) | |
tree | 3e599c51be752e3277649f4b67a234757e870627 | |
parent | cf4c794c90b7ebff51ce2b3c3837a4289e7072e6 (diff) | |
download | portable-bd3456405bb337558f3fa87b3d4fd1a93e1d1d5b.tar.gz portable-bd3456405bb337558f3fa87b3d4fd1a93e1d1d5b.tar.bz2 portable-bd3456405bb337558f3fa87b3d4fd1a93e1d1d5b.zip |
regen bn_isqrt.c patch
-rw-r--r-- | patches/bn_isqrt.c.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/bn_isqrt.c.patch b/patches/bn_isqrt.c.patch index 9c88a0a..5f2a568 100644 --- a/patches/bn_isqrt.c.patch +++ b/patches/bn_isqrt.c.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | --- tests/bn_isqrt.c.orig Sun Nov 27 10:48:32 2022 | 1 | --- tests/bn_isqrt.c.orig Fri Dec 9 11:05:26 2022 |
2 | +++ tests/bn_isqrt.c Sun Nov 27 10:48:49 2022 | 2 | +++ tests/bn_isqrt.c Fri Dec 9 11:12:37 2022 |
3 | @@ -303,6 +303,7 @@ main(int argc, char *argv[]) | 3 | @@ -306,6 +306,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 | @@ -313,6 +314,7 @@ main(int argc, char *argv[]) | 11 | @@ -316,6 +317,7 @@ main(int argc, char *argv[]) |
12 | break; | 12 | break; |
13 | } | 13 | } |
14 | } | 14 | } |