diff options
-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 428259a5f9..3e51cf84e5 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile | |||
@@ -1,7 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.26 2023/03/26 22:10:03 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.27 2023/04/03 21:33:16 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_gcd | ||
5 | PROGS += bn_isqrt | 6 | PROGS += bn_isqrt |
6 | PROGS += bn_mod_exp | 7 | PROGS += bn_mod_exp |
7 | PROGS += bn_mod_sqrt | 8 | PROGS += bn_mod_sqrt |
@@ -15,6 +16,7 @@ PROGS += bn_to_string | |||
15 | PROGS += bn_unit | 16 | PROGS += bn_unit |
16 | PROGS += bn_word | 17 | PROGS += bn_word |
17 | 18 | ||
19 | STATIC_LINK += bn_gcd | ||
18 | STATIC_LINK += bn_isqrt | 20 | STATIC_LINK += bn_isqrt |
19 | STATIC_LINK += bn_mod_exp | 21 | STATIC_LINK += bn_mod_exp |
20 | STATIC_LINK += bn_rand_interval | 22 | STATIC_LINK += bn_rand_interval |