From 5a989991770c9827a2928cd8122331b39988e54b Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 3 Apr 2023 21:33:16 +0000 Subject: Link bn_gcd test to regress --- src/regress/lib/libcrypto/bn/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile index 428259a5f9..3e51cf84e5 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.26 2023/03/26 22:10:03 tb Exp $ +# $OpenBSD: Makefile,v 1.27 2023/04/03 21:33:16 tb Exp $ PROGS += bn_add_sub PROGS += bn_cmp +PROGS += bn_gcd PROGS += bn_isqrt PROGS += bn_mod_exp PROGS += bn_mod_sqrt @@ -15,6 +16,7 @@ PROGS += bn_to_string PROGS += bn_unit PROGS += bn_word +STATIC_LINK += bn_gcd STATIC_LINK += bn_isqrt STATIC_LINK += bn_mod_exp STATIC_LINK += bn_rand_interval -- cgit v1.2.3-55-g6feb