From f2e43dc26091644c7215f5cfa90bb46fb43ed600 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 2 Dec 2022 17:34:26 +0000 Subject: Link new bn_mod_exp_zero test to build --- src/regress/lib/libcrypto/bn/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile,v 1.14 2022/12/02 08:30:54 tb Exp $ +# $OpenBSD: Makefile,v 1.15 2022/12/02 17:34:26 tb Exp $ PROGS += bn_add_sub PROGS += bn_cmp PROGS += bn_isqrt PROGS += bn_mod_exp PROGS += bn_mod_exp2_mont +PROGS += bn_mod_exp_zero PROGS += bn_mod_sqrt PROGS += bn_mont PROGS += bn_primes @@ -14,6 +15,7 @@ PROGS += bn_unit STATIC_LINK += bn_isqrt STATIC_LINK += bn_mod_exp +STATIC_LINK += bn_mod_exp_zero STATIC_LINK += bn_primes STATIC_LINK += bn_rand_interval STATIC_LINK += bn_to_string -- cgit v1.2.3-55-g6feb