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 4b47bfdc2b..046d85bc81 100644 --- a/src/regress/lib/libcrypto/asn1/Makefile +++ b/src/regress/lib/libcrypto/asn1/Makefile | |||
@@ -1,6 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.7 2021/11/30 07:34:29 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.8 2021/12/09 16:30:05 jsing Exp $ |
2 | 2 | ||
3 | TESTS = \ | 3 | TESTS = \ |
4 | asn1basic \ | ||
4 | asn1evp \ | 5 | asn1evp \ |
5 | asn1string_copy \ | 6 | asn1string_copy \ |
6 | asn1time \ | 7 | asn1time \ |