summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/bn/Makefile')
-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 bcdfe3ed4f..7e50894076 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,9 +1,8 @@
1# $OpenBSD: Makefile,v 1.22 2023/03/11 14:04:21 jsing Exp $ 1# $OpenBSD: Makefile,v 1.23 2023/03/18 09:04:05 tb Exp $
2 2
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_cmp 4PROGS += bn_cmp
5PROGS += bn_isqrt 5PROGS += bn_isqrt
6PROGS += bn_mod_exp
7PROGS += bn_mod_exp2_mont 6PROGS += bn_mod_exp2_mont
8PROGS += bn_mod_exp_zero 7PROGS += bn_mod_exp_zero
9PROGS += bn_mod_sqrt 8PROGS += bn_mod_sqrt
@@ -18,7 +17,6 @@ PROGS += bn_unit
18PROGS += bn_word 17PROGS += bn_word
19 18
20STATIC_LINK += bn_isqrt 19STATIC_LINK += bn_isqrt
21STATIC_LINK += bn_mod_exp
22STATIC_LINK += bn_mod_exp_zero 20STATIC_LINK += bn_mod_exp_zero
23STATIC_LINK += bn_primes 21STATIC_LINK += bn_primes
24STATIC_LINK += bn_rand_interval 22STATIC_LINK += bn_rand_interval