From c5cec1070b21e07a117ab2e219cae2502571469f Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 1 Dec 2022 22:41:46 +0000 Subject: [PATCH] zap extra blank line --- regress/lib/libcrypto/bn/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/regress/lib/libcrypto/bn/Makefile b/regress/lib/libcrypto/bn/Makefile index 7dc5ef75c8e..390dc8bcc17 100644 --- a/regress/lib/libcrypto/bn/Makefile +++ b/regress/lib/libcrypto/bn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2022/12/01 22:31:59 tb Exp $ +# $OpenBSD: Makefile,v 1.11 2022/12/01 22:41:46 tb Exp $ PROGS += bn_add_sub PROGS += bn_cmp @@ -46,7 +46,6 @@ REGRESS_TARGETS += run-bn_isqrt_check_tables run-bn_isqrt_check_tables: bn_isqrt_gen_tables.txt diff -pu ${.CURDIR}/bn_isqrt_tables.txt bn_isqrt_gen_tables.txt - # Keep bn_test last since it is special PROGS += bn_test STATIC_LINK += bn_test -- 2.20.1