summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-12-02 17:34:26 +0000
committertb <>2022-12-02 17:34:26 +0000
commitf2e43dc26091644c7215f5cfa90bb46fb43ed600 (patch)
treeb7e3f6a2ccb4db4bf733c6faaab5b2b595c51f71 /src
parent1cb6f2d70f545616fc841dd142ecacb8a1552432 (diff)
downloadopenbsd-f2e43dc26091644c7215f5cfa90bb46fb43ed600.tar.gz
openbsd-f2e43dc26091644c7215f5cfa90bb46fb43ed600.tar.bz2
openbsd-f2e43dc26091644c7215f5cfa90bb46fb43ed600.zip
Link new bn_mod_exp_zero test to build
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 f3f98a31eb..1ab947a9f1 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,10 +1,11 @@
1# $OpenBSD: Makefile,v 1.14 2022/12/02 08:30:54 tb Exp $ 1# $OpenBSD: Makefile,v 1.15 2022/12/02 17:34:26 tb Exp $
2 2
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_cmp 4PROGS += bn_cmp
5PROGS += bn_isqrt 5PROGS += bn_isqrt
6PROGS += bn_mod_exp 6PROGS += bn_mod_exp
7PROGS += bn_mod_exp2_mont 7PROGS += bn_mod_exp2_mont
8PROGS += bn_mod_exp_zero
8PROGS += bn_mod_sqrt 9PROGS += bn_mod_sqrt
9PROGS += bn_mont 10PROGS += bn_mont
10PROGS += bn_primes 11PROGS += bn_primes
@@ -14,6 +15,7 @@ PROGS += bn_unit
14 15
15STATIC_LINK += bn_isqrt 16STATIC_LINK += bn_isqrt
16STATIC_LINK += bn_mod_exp 17STATIC_LINK += bn_mod_exp
18STATIC_LINK += bn_mod_exp_zero
17STATIC_LINK += bn_primes 19STATIC_LINK += bn_primes
18STATIC_LINK += bn_rand_interval 20STATIC_LINK += bn_rand_interval
19STATIC_LINK += bn_to_string 21STATIC_LINK += bn_to_string