diff options
Diffstat (limited to 'src/regress/lib/libcrypto/bn/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 4 |
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 | ||
3 | PROGS += bn_add_sub | 3 | PROGS += bn_add_sub |
4 | PROGS += bn_cmp | 4 | PROGS += bn_cmp |
5 | PROGS += bn_isqrt | 5 | PROGS += bn_isqrt |
6 | PROGS += bn_mod_exp | ||
7 | PROGS += bn_mod_exp2_mont | 6 | PROGS += bn_mod_exp2_mont |
8 | PROGS += bn_mod_exp_zero | 7 | PROGS += bn_mod_exp_zero |
9 | PROGS += bn_mod_sqrt | 8 | PROGS += bn_mod_sqrt |
@@ -18,7 +17,6 @@ PROGS += bn_unit | |||
18 | PROGS += bn_word | 17 | PROGS += bn_word |
19 | 18 | ||
20 | STATIC_LINK += bn_isqrt | 19 | STATIC_LINK += bn_isqrt |
21 | STATIC_LINK += bn_mod_exp | ||
22 | STATIC_LINK += bn_mod_exp_zero | 20 | STATIC_LINK += bn_mod_exp_zero |
23 | STATIC_LINK += bn_primes | 21 | STATIC_LINK += bn_primes |
24 | STATIC_LINK += bn_rand_interval | 22 | STATIC_LINK += bn_rand_interval |