Skip to content

Commit 4fbc023

Browse files
author
tb
committed
Link new bn_mod_exp_zero test to build
1 parent 734bb73 commit 4fbc023

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/regress/lib/libcrypto/bn/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 $
22

33
PROGS += bn_add_sub
44
PROGS += bn_cmp
55
PROGS += bn_isqrt
66
PROGS += bn_mod_exp
77
PROGS += bn_mod_exp2_mont
8+
PROGS += bn_mod_exp_zero
89
PROGS += bn_mod_sqrt
910
PROGS += bn_mont
1011
PROGS += bn_primes
@@ -14,6 +15,7 @@ PROGS += bn_unit
1415

1516
STATIC_LINK += bn_isqrt
1617
STATIC_LINK += bn_mod_exp
18+
STATIC_LINK += bn_mod_exp_zero
1719
STATIC_LINK += bn_primes
1820
STATIC_LINK += bn_rand_interval
1921
STATIC_LINK += bn_to_string

0 commit comments

Comments
 (0)