From df54e0a2af9b7ae141f55afe0a4e16a716046673 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 30 Apr 2023 05:02:59 +0000 Subject: Sort alphabetically --- src/regress/lib/libcrypto/x509/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/regress/lib') 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 @@ -# $OpenBSD: Makefile,v 1.20 2023/04/30 04:59:20 tb Exp $ +# $OpenBSD: Makefile,v 1.21 2023/04/30 05:02:59 tb Exp $ PROGS = constraints verify x509attribute x509name x509req_ext callback PROGS += expirecallback callbackfailures x509_asn1 @@ -13,7 +13,7 @@ CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509 CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring -SUBDIR += bettertls rfc3779 policy +SUBDIR += bettertls policy rfc3779 CLEANFILES += x509name.result callback.out -- cgit v1.2.3-55-g6feb