summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libcrypto/x509/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/x509/Makefile b/src/regress/lib/libcrypto/x509/Makefile
index 59e5057511..283e3379d4 100644
--- a/src/regress/lib/libcrypto/x509/Makefile
+++ b/src/regress/lib/libcrypto/x509/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.20 2023/04/30 04:59:20 tb Exp $ 1# $OpenBSD: Makefile,v 1.21 2023/04/30 05:02:59 tb Exp $
2 2
3PROGS = constraints verify x509attribute x509name x509req_ext callback 3PROGS = constraints verify x509attribute x509name x509req_ext callback
4PROGS += expirecallback callbackfailures x509_asn1 4PROGS += expirecallback callbackfailures x509_asn1
@@ -13,7 +13,7 @@ CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror
13CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509 13CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509
14CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring 14CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring
15 15
16SUBDIR += bettertls rfc3779 policy 16SUBDIR += bettertls policy rfc3779
17 17
18CLEANFILES += x509name.result callback.out 18CLEANFILES += x509name.result callback.out
19 19