regen bn_isqrt.c patch

This commit is contained in:
Theo Buehler 2022-12-09 11:14:33 +01:00
parent cf4c794c90
commit bd3456405b

View File

@ -1,6 +1,6 @@
--- tests/bn_isqrt.c.orig Sun Nov 27 10:48:32 2022 --- tests/bn_isqrt.c.orig Fri Dec 9 11:05:26 2022
+++ tests/bn_isqrt.c Sun Nov 27 10:48:49 2022 +++ tests/bn_isqrt.c Fri Dec 9 11:12:37 2022
@@ -303,6 +303,7 @@ main(int argc, char *argv[]) @@ -306,6 +306,7 @@ main(int argc, char *argv[])
int ch; int ch;
int failed = 0, print = 0; int failed = 0, print = 0;
@ -8,7 +8,7 @@
while ((ch = getopt(argc, argv, "C")) != -1) { while ((ch = getopt(argc, argv, "C")) != -1) {
switch (ch) { switch (ch) {
case 'C': case 'C':
@@ -313,6 +314,7 @@ main(int argc, char *argv[]) @@ -316,6 +317,7 @@ main(int argc, char *argv[])
break; break;
} }
} }