summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/regress/lib/libcrypto/bn/Makefile3
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
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_cmp 4PROGS += bn_cmp
@@ -7,6 +7,7 @@ PROGS += bn_gcd
7PROGS += bn_general 7PROGS += bn_general
8PROGS += bn_isqrt 8PROGS += bn_isqrt
9PROGS += bn_mod_exp 9PROGS += bn_mod_exp
10PROGS += bn_mod_inverse
10PROGS += bn_mod_sqrt 11PROGS += bn_mod_sqrt
11PROGS += bn_mont 12PROGS += bn_mont
12PROGS += bn_mul_div 13PROGS += bn_mul_div