diff options
| author | tb <> | 2023-04-06 07:07:54 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-06 07:07:54 +0000 |
| commit | b79e08b60aa0ee4d23ee303fdc1ed7b7503d9f38 (patch) | |
| tree | 40f25207b9978241472a2d44b8dd32788baefa9c /src | |
| parent | 08c223a5e62a7d945c7fcb799b68086a283d786f (diff) | |
| download | openbsd-b79e08b60aa0ee4d23ee303fdc1ed7b7503d9f38.tar.gz openbsd-b79e08b60aa0ee4d23ee303fdc1ed7b7503d9f38.tar.bz2 openbsd-b79e08b60aa0ee4d23ee303fdc1ed7b7503d9f38.zip | |
Zap extra empty line
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/bn/bn_gcd.c | 3 |
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 | } |
