diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-12-02 17:34:27 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-12-02 17:34:27 +0000 |
commit | cbd9292b54bb70cc32068bd9f58980347cb6cdd3 (patch) | |
tree | 418803135ad6222728728321887e409bd0c616a5 /regress | |
parent | 9964972d17110f7b19c6d67eb40c498c17e85688 (diff) |
Link new bn_mod_exp_zero test to build
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/bn/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/bn/Makefile b/regress/lib/libcrypto/bn/Makefile index f3f98a31eb4..1ab947a9f19 100644 --- a/regress/lib/libcrypto/bn/Makefile +++ b/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 |