summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/bn/Makefile')
-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 71909edc61..5df30379a4 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,8 +1,9 @@
1# $OpenBSD: Makefile,v 1.28 2023/04/10 13:57:57 tb Exp $ 1# $OpenBSD: Makefile,v 1.29 2023/04/10 19:02:30 jsing Exp $
2 2
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_cmp 4PROGS += bn_cmp
5PROGS += bn_gcd 5PROGS += bn_gcd
6PROGS += bn_general
6PROGS += bn_isqrt 7PROGS += bn_isqrt
7PROGS += bn_mod_exp 8PROGS += bn_mod_exp
8PROGS += bn_mod_sqrt 9PROGS += bn_mod_sqrt