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 9d9d77ae2d..1c2076b1f4 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,7 +1,8 @@
1# $OpenBSD: Makefile,v 1.31 2023/04/17 19:51:05 tb Exp $ 1# $OpenBSD: Makefile,v 1.32 2023/04/22 14:03:03 jsing Exp $
2 2
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_cmp 4PROGS += bn_cmp
5PROGS += bn_convert
5PROGS += bn_gcd 6PROGS += bn_gcd
6PROGS += bn_general 7PROGS += bn_general
7PROGS += bn_isqrt 8PROGS += bn_isqrt