diff options
Diffstat (limited to 'src/regress/lib/libcrypto/bn/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile index 2852b2e469..bcdfe3ed4f 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.21 2023/01/31 05:13:28 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.22 2023/03/11 14:04:21 jsing Exp $ |
2 | 2 | ||
3 | PROGS += bn_add_sub | 3 | PROGS += bn_add_sub |
4 | PROGS += bn_cmp | 4 | PROGS += bn_cmp |
@@ -15,6 +15,7 @@ PROGS += bn_shift | |||
15 | PROGS += bn_test | 15 | PROGS += bn_test |
16 | PROGS += bn_to_string | 16 | PROGS += bn_to_string |
17 | PROGS += bn_unit | 17 | PROGS += bn_unit |
18 | PROGS += bn_word | ||
18 | 19 | ||
19 | STATIC_LINK += bn_isqrt | 20 | STATIC_LINK += bn_isqrt |
20 | STATIC_LINK += bn_mod_exp | 21 | STATIC_LINK += bn_mod_exp |