From: tb Date: Sun, 26 Mar 2023 22:10:03 +0000 (+0000) Subject: Unhook bn_mod_exp2_mont test X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1defa518579008f480609692ec8b4a857f2f1248;p=openbsd Unhook bn_mod_exp2_mont test --- 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