diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-10-19 10:23:39 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-10-19 10:23:39 +0000 |
commit | 815b7d2691cc220d61c556e063ad6e4a0fe4fc95 (patch) | |
tree | 759b22b9735935de138dcd8d093c2aca7bf68b5f /regress/lib | |
parent | 3878a45363d71bd7bfdc43c730cf622090c22cde (diff) |
The bn_mod_exp test is no longer an expected failure
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libcrypto/bn/Makefile | 4 |
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 |