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 44de13520a..0cb0c58d95 100644 --- a/src/regress/lib/libcrypto/asn1/Makefile +++ b/src/regress/lib/libcrypto/asn1/Makefile | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.15 2022/01/14 09:38:50 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.16 2022/02/26 16:45:31 jsing Exp $ |
2 | 2 | ||
3 | PROGS = \ | 3 | PROGS = \ |
4 | asn1api \ | 4 | asn1api \ |
5 | asn1basic \ | 5 | asn1basic \ |
6 | asn1complex \ | 6 | asn1complex \ |
7 | asn1evp \ | 7 | asn1evp \ |
8 | asn1object \ | ||
8 | asn1string_copy \ | 9 | asn1string_copy \ |
9 | asn1time \ | 10 | asn1time \ |
10 | asn1x509 \ | 11 | asn1x509 \ |