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 1b4d68b984..1072f587e7 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.33 2023/06/03 21:20:29 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.34 2023/07/06 15:08:54 tb Exp $ |
2 | 2 | ||
3 | PROGS += bn_add_sub | 3 | PROGS += bn_add_sub |
4 | PROGS += bn_cmp | 4 | PROGS += bn_cmp |
@@ -12,6 +12,7 @@ PROGS += bn_mod_sqrt | |||
12 | PROGS += bn_mont | 12 | PROGS += bn_mont |
13 | PROGS += bn_mul_div | 13 | PROGS += bn_mul_div |
14 | PROGS += bn_primes | 14 | PROGS += bn_primes |
15 | PROGS += bn_print | ||
15 | PROGS += bn_rand_interval | 16 | PROGS += bn_rand_interval |
16 | PROGS += bn_shift | 17 | PROGS += bn_shift |
17 | PROGS += bn_test | 18 | PROGS += bn_test |
@@ -22,6 +23,7 @@ PROGS += bn_word | |||
22 | STATIC_LINK += bn_gcd | 23 | STATIC_LINK += bn_gcd |
23 | STATIC_LINK += bn_isqrt | 24 | STATIC_LINK += bn_isqrt |
24 | STATIC_LINK += bn_mod_exp | 25 | STATIC_LINK += bn_mod_exp |
26 | STATIC_LINK += bn_print | ||
25 | STATIC_LINK += bn_rand_interval | 27 | STATIC_LINK += bn_rand_interval |
26 | STATIC_LINK += bn_test | 28 | STATIC_LINK += bn_test |
27 | 29 | ||