diff options
author | tb <> | 2022-12-01 22:41:46 +0000 |
---|---|---|
committer | tb <> | 2022-12-01 22:41:46 +0000 |
commit | 7188b3e94e6339678cba3bc28f99829c5492fc49 (patch) | |
tree | 9cb8d220edcc29c06681e3dc7459a0ffe2c1f071 /src/regress/lib | |
parent | 598ea710f5e46dc832efc0723a6fcce970aa2cff (diff) | |
download | openbsd-7188b3e94e6339678cba3bc28f99829c5492fc49.tar.gz openbsd-7188b3e94e6339678cba3bc28f99829c5492fc49.tar.bz2 openbsd-7188b3e94e6339678cba3bc28f99829c5492fc49.zip |
zap extra blank line
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile index 7dc5ef75c8..390dc8bcc1 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.10 2022/12/01 22:31:59 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.11 2022/12/01 22:41:46 tb Exp $ |
2 | 2 | ||
3 | PROGS += bn_add_sub | 3 | PROGS += bn_add_sub |
4 | PROGS += bn_cmp | 4 | PROGS += bn_cmp |
@@ -46,7 +46,6 @@ REGRESS_TARGETS += run-bn_isqrt_check_tables | |||
46 | run-bn_isqrt_check_tables: bn_isqrt_gen_tables.txt | 46 | run-bn_isqrt_check_tables: bn_isqrt_gen_tables.txt |
47 | diff -pu ${.CURDIR}/bn_isqrt_tables.txt bn_isqrt_gen_tables.txt | 47 | diff -pu ${.CURDIR}/bn_isqrt_tables.txt bn_isqrt_gen_tables.txt |
48 | 48 | ||
49 | |||
50 | # Keep bn_test last since it is special | 49 | # Keep bn_test last since it is special |
51 | PROGS += bn_test | 50 | PROGS += bn_test |
52 | STATIC_LINK += bn_test | 51 | STATIC_LINK += bn_test |