diff options
-rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 4 |
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 | ||
3 | PROGS += bn_add_sub | 3 | PROGS += bn_add_sub |
4 | PROGS += bn_cmp | 4 | PROGS += 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 |
36 | REGRESS_TARGETS = ${PROGS:S/^/run-regress-/} | 36 | REGRESS_TARGETS = ${PROGS:S/^/run-regress-/} |
37 | 37 | ||
38 | REGRESS_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. |
41 | isqrt-print-tables: bn_isqrt | 39 | isqrt-print-tables: bn_isqrt |
42 | @./bn_isqrt -C | 40 | @./bn_isqrt -C |