diff options
Diffstat (limited to 'regress/lib/libcrypto/bn/Makefile')
-rw-r--r-- | regress/lib/libcrypto/bn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/bn/Makefile b/regress/lib/libcrypto/bn/Makefile index 2852b2e4694..bcdfe3ed4f4 100644 --- a/regress/lib/libcrypto/bn/Makefile +++ b/regress/lib/libcrypto/bn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2023/01/31 05:13:28 jsing Exp $ +# $OpenBSD: Makefile,v 1.22 2023/03/11 14:04:21 jsing Exp $ PROGS += bn_add_sub PROGS += bn_cmp @@ -15,6 +15,7 @@ PROGS += bn_shift PROGS += bn_test PROGS += bn_to_string PROGS += bn_unit +PROGS += bn_word STATIC_LINK += bn_isqrt STATIC_LINK += bn_mod_exp |