diff options
| author | tb <> | 2023-10-19 10:23:38 +0000 |
|---|---|---|
| committer | tb <> | 2023-10-19 10:23:38 +0000 |
| commit | 517f4dd9e96b9e370f9da8ae08ee804fee0390c9 (patch) | |
| tree | 38c9fb9bbf52751c57adf047168bfb592c84ca58 | |
| parent | 5bf8b4641215c22c3adec9000641e2e426f568cf (diff) | |
| download | openbsd-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/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 |
