diff options
Diffstat (limited to '')
-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 046d85bc81..1c4a42b80b 100644 --- a/src/regress/lib/libcrypto/asn1/Makefile +++ b/src/regress/lib/libcrypto/asn1/Makefile | |||
@@ -1,7 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.8 2021/12/09 16:30:05 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.9 2021/12/09 16:30:57 jsing Exp $ |
2 | 2 | ||
3 | TESTS = \ | 3 | TESTS = \ |
4 | asn1basic \ | 4 | asn1basic \ |
5 | asn1complex \ | ||
5 | asn1evp \ | 6 | asn1evp \ |
6 | asn1string_copy \ | 7 | asn1string_copy \ |
7 | asn1time \ | 8 | asn1time \ |