diff options
| author | tb <> | 2023-04-30 05:02:59 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-30 05:02:59 +0000 |
| commit | 2de2440ae4282da8d7e0d7c01adebb7957159387 (patch) | |
| tree | 008d2e379ab40c95ec956597e03f315686b1b554 /src | |
| parent | 5d1d05a6865dd63336c915f2a850043e09ec06ec (diff) | |
| download | openbsd-2de2440ae4282da8d7e0d7c01adebb7957159387.tar.gz openbsd-2de2440ae4282da8d7e0d7c01adebb7957159387.tar.bz2 openbsd-2de2440ae4282da8d7e0d7c01adebb7957159387.zip | |
Sort alphabetically
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/x509/Makefile | 4 |
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 | ||
| 3 | PROGS = constraints verify x509attribute x509name x509req_ext callback | 3 | PROGS = constraints verify x509attribute x509name x509req_ext callback |
| 4 | PROGS += expirecallback callbackfailures x509_asn1 | 4 | PROGS += expirecallback callbackfailures x509_asn1 |
| @@ -13,7 +13,7 @@ CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror | |||
| 13 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509 | 13 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509 |
| 14 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring | 14 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bytestring |
| 15 | 15 | ||
| 16 | SUBDIR += bettertls rfc3779 policy | 16 | SUBDIR += bettertls policy rfc3779 |
| 17 | 17 | ||
| 18 | CLEANFILES += x509name.result callback.out | 18 | CLEANFILES += x509name.result callback.out |
| 19 | 19 | ||
