summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-10-19 10:23:38 +0000
committertb <>2023-10-19 10:23:38 +0000
commit517f4dd9e96b9e370f9da8ae08ee804fee0390c9 (patch)
tree38c9fb9bbf52751c57adf047168bfb592c84ca58
parent5bf8b4641215c22c3adec9000641e2e426f568cf (diff)
downloadopenbsd-517f4dd9e96b9e370f9da8ae08ee804fee0390c9.tar.gz
openbsd-517f4dd9e96b9e370f9da8ae08ee804fee0390c9.tar.bz2
openbsd-517f4dd9e96b9e370f9da8ae08ee804fee0390c9.zip
The bn_mod_exp test is no longer an expected failure
-rw-r--r--src/regress/lib/libcrypto/bn/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile
index 36149a7b84..6342a6142e 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.36 2023/10/19 10:17:24 tb Exp $ 1# $OpenBSD: Makefile,v 1.37 2023/10/19 10:23:38 tb Exp $
2 2
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_cmp 4PROGS += bn_cmp
@@ -35,8 +35,6 @@ CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bn/arch/${MACHINE_CPU}/
35# Use default targets from bsd.regress.mk unless overridden below 35# Use default targets from bsd.regress.mk unless overridden below
36REGRESS_TARGETS = ${PROGS:S/^/run-regress-/} 36REGRESS_TARGETS = ${PROGS:S/^/run-regress-/}
37 37
38REGRESS_EXPECTED_FAILURES = run-regress-bn_mod_exp
39
40# Verify that the bn_isqrt -C output isn't changed by accident. 38# Verify that the bn_isqrt -C output isn't changed by accident.
41isqrt-print-tables: bn_isqrt 39isqrt-print-tables: bn_isqrt
42 @./bn_isqrt -C 40 @./bn_isqrt -C