summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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