From 2b7d737bb99195b5978fb375c52d6e79be52bf9e Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 26 Mar 2023 22:10:03 +0000 Subject: Unhook bn_mod_exp2_mont test --- src/regress/lib/libcrypto/bn/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile index 93baac074b..428259a5f9 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.25 2023/03/26 18:34:36 tb Exp $ +# $OpenBSD: Makefile,v 1.26 2023/03/26 22:10:03 tb Exp $ PROGS += bn_add_sub PROGS += bn_cmp PROGS += bn_isqrt PROGS += bn_mod_exp -PROGS += bn_mod_exp2_mont PROGS += bn_mod_sqrt PROGS += bn_mont PROGS += bn_mul_div -- cgit v1.2.3-55-g6feb