summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2023-04-30 05:02:59 +0000
committertb <>2023-04-30 05:02:59 +0000
commitdf54e0a2af9b7ae141f55afe0a4e16a716046673 (patch)
tree008d2e379ab40c95ec956597e03f315686b1b554 /src/regress/lib
parent3c610cda3c880854eb13912c17a1756928880c54 (diff)
downloadopenbsd-df54e0a2af9b7ae141f55afe0a4e16a716046673.tar.gz
openbsd-df54e0a2af9b7ae141f55afe0a4e16a716046673.tar.bz2
openbsd-df54e0a2af9b7ae141f55afe0a4e16a716046673.zip
Sort alphabetically
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