diff options
Diffstat (limited to 'src/regress/lib/libcrypto/asn1/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/asn1/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile index 1c4a42b80b..90eca92f8e 100644 --- a/src/regress/lib/libcrypto/asn1/Makefile +++ b/src/regress/lib/libcrypto/asn1/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.9 2021/12/09 16:30:57 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.10 2021/12/11 22:58:48 schwarze Exp $ |
2 | 2 | ||
3 | TESTS = \ | 3 | TESTS = \ |
4 | asn1basic \ | 4 | asn1basic \ |
@@ -7,7 +7,8 @@ TESTS = \ | |||
7 | asn1string_copy \ | 7 | asn1string_copy \ |
8 | asn1time \ | 8 | asn1time \ |
9 | asn1x509 \ | 9 | asn1x509 \ |
10 | rfc5280time | 10 | rfc5280time \ |
11 | string_table | ||
11 | 12 | ||
12 | PROGS = ${TESTS} | 13 | PROGS = ${TESTS} |
13 | 14 | ||