diff options
Diffstat (limited to 'src/regress/lib/libcrypto/asn1/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/asn1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile index a7dd633869..4b47bfdc2b 100644 --- a/src/regress/lib/libcrypto/asn1/Makefile +++ b/src/regress/lib/libcrypto/asn1/Makefile | |||
@@ -1,9 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.6 2021/11/13 20:50:14 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2021/11/30 07:34:29 jsing Exp $ |
2 | 2 | ||
3 | TESTS = \ | 3 | TESTS = \ |
4 | asn1evp \ | 4 | asn1evp \ |
5 | asn1string_copy \ | 5 | asn1string_copy \ |
6 | asn1time \ | 6 | asn1time \ |
7 | asn1x509 \ | ||
7 | rfc5280time | 8 | rfc5280time |
8 | 9 | ||
9 | PROGS = ${TESTS} | 10 | PROGS = ${TESTS} |