diff options
-rw-r--r-- | src/regress/lib/libcrypto/x509/policy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/x509/policy/Makefile b/src/regress/lib/libcrypto/x509/policy/Makefile index 89de5a4348..d760071f9f 100644 --- a/src/regress/lib/libcrypto/x509/policy/Makefile +++ b/src/regress/lib/libcrypto/x509/policy/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2023/04/28 09:11:35 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2023/04/28 16:18:17 tb Exp $ |
2 | 2 | ||
3 | PROGS = policy | 3 | PROGS = policy |
4 | 4 | ||
@@ -14,7 +14,6 @@ CFLAGS += -I${.CURDIR}/../../../../../lib/libcrypto/bytestring | |||
14 | CFLAGS += -DCERTSDIR=\"${.CURDIR}/../../../libcrypto/x509/policy\" | 14 | CFLAGS += -DCERTSDIR=\"${.CURDIR}/../../../libcrypto/x509/policy\" |
15 | 15 | ||
16 | REGRESS_TARGETS = policy-test | 16 | REGRESS_TARGETS = policy-test |
17 | REGRESS_EXPECTED_FAILURES = policy-test | ||
18 | 17 | ||
19 | policy-test: policy | 18 | policy-test: policy |
20 | ./policy | 19 | ./policy |