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 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
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_cmp 4PROGS += bn_cmp
@@ -15,6 +15,7 @@ PROGS += bn_shift
15PROGS += bn_test 15PROGS += bn_test
16PROGS += bn_to_string 16PROGS += bn_to_string
17PROGS += bn_unit 17PROGS += bn_unit
18PROGS += bn_word
18 19
19STATIC_LINK += bn_isqrt 20STATIC_LINK += bn_isqrt
20STATIC_LINK += bn_mod_exp 21STATIC_LINK += bn_mod_exp