diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile index f3f98a31eb..1ab947a9f1 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.14 2022/12/02 08:30:54 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.15 2022/12/02 17:34:26 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 | 6 | PROGS += bn_mod_exp |
7 | PROGS += bn_mod_exp2_mont | 7 | PROGS += bn_mod_exp2_mont |
8 | PROGS += bn_mod_exp_zero | ||
8 | PROGS += bn_mod_sqrt | 9 | PROGS += bn_mod_sqrt |
9 | PROGS += bn_mont | 10 | PROGS += bn_mont |
10 | PROGS += bn_primes | 11 | PROGS += bn_primes |
@@ -14,6 +15,7 @@ PROGS += bn_unit | |||
14 | 15 | ||
15 | STATIC_LINK += bn_isqrt | 16 | STATIC_LINK += bn_isqrt |
16 | STATIC_LINK += bn_mod_exp | 17 | STATIC_LINK += bn_mod_exp |
18 | STATIC_LINK += bn_mod_exp_zero | ||
17 | STATIC_LINK += bn_primes | 19 | STATIC_LINK += bn_primes |
18 | STATIC_LINK += bn_rand_interval | 20 | STATIC_LINK += bn_rand_interval |
19 | STATIC_LINK += bn_to_string | 21 | STATIC_LINK += bn_to_string |