From 1defa518579008f480609692ec8b4a857f2f1248 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 26 Mar 2023 22:10:03 +0000 Subject: [PATCH] Unhook bn_mod_exp2_mont test --- regress/lib/libcrypto/bn/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/regress/lib/libcrypto/bn/Makefile b/regress/lib/libcrypto/bn/Makefile index 93baac074bb..428259a5f93 100644 --- a/regress/lib/libcrypto/bn/Makefile +++ b/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 -- 2.20.1