diff options
Diffstat (limited to '')
-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 1c2076b1f4..1b4d68b984 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.32 2023/04/22 14:03:03 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.33 2023/06/03 21:20:29 tb Exp $ |
2 | 2 | ||
3 | PROGS += bn_add_sub | 3 | PROGS += bn_add_sub |
4 | PROGS += bn_cmp | 4 | PROGS += bn_cmp |
@@ -7,6 +7,7 @@ PROGS += bn_gcd | |||
7 | PROGS += bn_general | 7 | PROGS += bn_general |
8 | PROGS += bn_isqrt | 8 | PROGS += bn_isqrt |
9 | PROGS += bn_mod_exp | 9 | PROGS += bn_mod_exp |
10 | PROGS += bn_mod_inverse | ||
10 | PROGS += bn_mod_sqrt | 11 | PROGS += bn_mod_sqrt |
11 | PROGS += bn_mont | 12 | PROGS += bn_mont |
12 | PROGS += bn_mul_div | 13 | PROGS += bn_mul_div |