From 815b7d2691cc220d61c556e063ad6e4a0fe4fc95 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Thu, 19 Oct 2023 10:23:39 +0000 Subject: The bn_mod_exp test is no longer an expected failure --- regress/lib/libcrypto/bn/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'regress/lib') 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 -- cgit v1.2.3