libressl-portable/patches/bn_isqrt.c.patch

19 lines
403 B
Diff
Raw Normal View History

2022-11-27 10:50:30 +01:00
--- 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[])
2022-08-15 10:43:49 +02:00
int ch;
int failed = 0, print = 0;
+#ifndef _MSC_VER
while ((ch = getopt(argc, argv, "C")) != -1) {
switch (ch) {
case 'C':
2022-11-27 10:50:30 +01:00
@@ -313,6 +314,7 @@ main(int argc, char *argv[])
2022-08-15 10:43:49 +02:00
break;
}
}
+#endif
if (print)
return check_tables(1);