summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2022-12-01 22:41:46 +0000
committertb <>2022-12-01 22:41:46 +0000
commit7188b3e94e6339678cba3bc28f99829c5492fc49 (patch)
tree9cb8d220edcc29c06681e3dc7459a0ffe2c1f071 /src/regress/lib
parent598ea710f5e46dc832efc0723a6fcce970aa2cff (diff)
downloadopenbsd-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/Makefile3
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
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_cmp 4PROGS += bn_cmp
@@ -46,7 +46,6 @@ REGRESS_TARGETS += run-bn_isqrt_check_tables
46run-bn_isqrt_check_tables: bn_isqrt_gen_tables.txt 46run-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
51PROGS += bn_test 50PROGS += bn_test
52STATIC_LINK += bn_test 51STATIC_LINK += bn_test