From: tb Date: Thu, 19 Oct 2023 10:23:38 +0000 (+0000) Subject: The bn_mod_exp test is no longer an expected failure X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9455408dfbaba621b29d2730f2785fc5185c0877;p=openbsd The bn_mod_exp test is no longer an expected failure --- 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