diff options
Diffstat (limited to 'src/regress/lib/libcrypto/bn/Makefile')
-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 971ace1c77..b5d146c71b 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile | |||
@@ -1,8 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.8 2022/12/01 20:50:10 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.9 2022/12/01 21:21:51 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_exp2_mont | 7 | PROGS += bn_mod_exp2_mont |
7 | PROGS += bn_mod_sqrt | 8 | PROGS += bn_mod_sqrt |
8 | PROGS += bn_mont | 9 | PROGS += bn_mont |
@@ -12,6 +13,7 @@ PROGS += bn_to_string | |||
12 | PROGS += bn_unit | 13 | PROGS += bn_unit |
13 | 14 | ||
14 | STATIC_LINK += bn_isqrt | 15 | STATIC_LINK += bn_isqrt |
16 | STATIC_LINK += bn_mod_exp | ||
15 | STATIC_LINK += bn_primes | 17 | STATIC_LINK += bn_primes |
16 | STATIC_LINK += bn_to_string | 18 | STATIC_LINK += bn_to_string |
17 | STATIC_LINK += bn_rand_interval | 19 | STATIC_LINK += bn_rand_interval |