From 3093805c7d30176157425f331009784aa7a996d2 Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 3 Apr 2023 21:33:16 +0000 Subject: [PATCH] Link bn_gcd test to regress --- regress/lib/libcrypto/bn/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/regress/lib/libcrypto/bn/Makefile b/regress/lib/libcrypto/bn/Makefile index 428259a5f93..3e51cf84e51 100644 --- a/regress/lib/libcrypto/bn/Makefile +++ b/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 -- 2.20.1