summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/regress/lib/libcrypto/bn/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile
index 1072f587e7..8e4c74a129 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.34 2023/07/06 15:08:54 tb Exp $ 1# $OpenBSD: Makefile,v 1.35 2023/08/03 18:44:31 tb Exp $
2 2
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_cmp 4PROGS += bn_cmp
@@ -13,7 +13,6 @@ PROGS += bn_mont
13PROGS += bn_mul_div 13PROGS += bn_mul_div
14PROGS += bn_primes 14PROGS += bn_primes
15PROGS += bn_print 15PROGS += bn_print
16PROGS += bn_rand_interval
17PROGS += bn_shift 16PROGS += bn_shift
18PROGS += bn_test 17PROGS += bn_test
19PROGS += bn_to_string 18PROGS += bn_to_string
@@ -24,7 +23,6 @@ STATIC_LINK += bn_gcd
24STATIC_LINK += bn_isqrt 23STATIC_LINK += bn_isqrt
25STATIC_LINK += bn_mod_exp 24STATIC_LINK += bn_mod_exp
26STATIC_LINK += bn_print 25STATIC_LINK += bn_print
27STATIC_LINK += bn_rand_interval
28STATIC_LINK += bn_test 26STATIC_LINK += bn_test
29 27
30LDADD = -lcrypto 28LDADD = -lcrypto