artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6038711
)
Zap extra empty line
author
tb
<tb@openbsd.org>
Thu, 6 Apr 2023 07:07:54 +0000
(07:07 +0000)
committer
tb
<tb@openbsd.org>
Thu, 6 Apr 2023 07:07:54 +0000
(07:07 +0000)
regress/lib/libcrypto/bn/bn_gcd.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/bn/bn_gcd.c
b/regress/lib/libcrypto/bn/bn_gcd.c
index
c9182ae
..
018cc6e
100644
(file)
--- a/
regress/lib/libcrypto/bn/bn_gcd.c
+++ b/
regress/lib/libcrypto/bn/bn_gcd.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bn_gcd.c,v 1.
1 2023/04/03 21:32:4
4 tb Exp $ */
+/* $OpenBSD: bn_gcd.c,v 1.
2 2023/04/06 07:07:5
4 tb Exp $ */
/*
* Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
@@
-3505,7
+3505,6
@@
bn_gcd_test(const struct gcd_test *testcase)
BN_print_fp(stderr, got);
fprintf(stderr, "\n");
-
failed |= 1;
}
}