summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-04-03 21:33:16 +0000
committertb <>2023-04-03 21:33:16 +0000
commit7828bf2246f713fdfc0eb48376d5bc49e5612eda (patch)
tree51fbd75ffb143bf2ad8a3199795eaf9062699201 /src
parent2aa6838b9f282c2f5a1e69883c4e225dd3f7b192 (diff)
downloadopenbsd-7828bf2246f713fdfc0eb48376d5bc49e5612eda.tar.gz
openbsd-7828bf2246f713fdfc0eb48376d5bc49e5612eda.tar.bz2
openbsd-7828bf2246f713fdfc0eb48376d5bc49e5612eda.zip
Link bn_gcd test to regress
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/bn/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile
index 428259a5f9..3e51cf84e5 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,7 +1,8 @@
1# $OpenBSD: Makefile,v 1.26 2023/03/26 22:10:03 tb Exp $ 1# $OpenBSD: Makefile,v 1.27 2023/04/03 21:33:16 tb Exp $
2 2
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_cmp 4PROGS += bn_cmp
5PROGS += bn_gcd
5PROGS += bn_isqrt 6PROGS += bn_isqrt
6PROGS += bn_mod_exp 7PROGS += bn_mod_exp
7PROGS += bn_mod_sqrt 8PROGS += bn_mod_sqrt
@@ -15,6 +16,7 @@ PROGS += bn_to_string
15PROGS += bn_unit 16PROGS += bn_unit
16PROGS += bn_word 17PROGS += bn_word
17 18
19STATIC_LINK += bn_gcd
18STATIC_LINK += bn_isqrt 20STATIC_LINK += bn_isqrt
19STATIC_LINK += bn_mod_exp 21STATIC_LINK += bn_mod_exp
20STATIC_LINK += bn_rand_interval 22STATIC_LINK += bn_rand_interval