summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/bn/bn_gcd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/bn_gcd.c b/src/regress/lib/libcrypto/bn/bn_gcd.c
index c9182aec0c..018cc6ea75 100644
--- a/src/regress/lib/libcrypto/bn/bn_gcd.c
+++ b/src/regress/lib/libcrypto/bn/bn_gcd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bn_gcd.c,v 1.1 2023/04/03 21:32:44 tb Exp $ */ 1/* $OpenBSD: bn_gcd.c,v 1.2 2023/04/06 07:07:54 tb Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
@@ -3505,7 +3505,6 @@ bn_gcd_test(const struct gcd_test *testcase)
3505 BN_print_fp(stderr, got); 3505 BN_print_fp(stderr, got);
3506 fprintf(stderr, "\n"); 3506 fprintf(stderr, "\n");
3507 3507
3508
3509 failed |= 1; 3508 failed |= 1;
3510 } 3509 }
3511 } 3510 }