summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-10-19 10:23:39 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-10-19 10:23:39 +0000
commit815b7d2691cc220d61c556e063ad6e4a0fe4fc95 (patch)
tree759b22b9735935de138dcd8d093c2aca7bf68b5f /regress/lib
parent3878a45363d71bd7bfdc43c730cf622090c22cde (diff)
The bn_mod_exp test is no longer an expected failure
Diffstat (limited to 'regress/lib')
-rw-r--r--regress/lib/libcrypto/bn/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/lib/libcrypto/bn/Makefile b/regress/lib/libcrypto/bn/Makefile
index 36149a7b846..6342a6142e6 100644
--- a/regress/lib/libcrypto/bn/Makefile
+++ b/regress/lib/libcrypto/bn/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.36 2023/10/19 10:17:24 tb Exp $
+# $OpenBSD: Makefile,v 1.37 2023/10/19 10:23:38 tb Exp $
PROGS += bn_add_sub
PROGS += bn_cmp
@@ -35,8 +35,6 @@ CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bn/arch/${MACHINE_CPU}/
# Use default targets from bsd.regress.mk unless overridden below
REGRESS_TARGETS = ${PROGS:S/^/run-regress-/}
-REGRESS_EXPECTED_FAILURES = run-regress-bn_mod_exp
-
# Verify that the bn_isqrt -C output isn't changed by accident.
isqrt-print-tables: bn_isqrt
@./bn_isqrt -C