summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/asn1/Makefile')
-rw-r--r--src/regress/lib/libcrypto/asn1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile
index 0cb0c58d95..d7d8de8b6d 100644
--- a/src/regress/lib/libcrypto/asn1/Makefile
+++ b/src/regress/lib/libcrypto/asn1/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.16 2022/02/26 16:45:31 jsing Exp $ 1# $OpenBSD: Makefile,v 1.17 2022/05/16 20:53:20 tb Exp $
2 2
3PROGS = \ 3PROGS = \
4 asn1api \ 4 asn1api \
@@ -7,6 +7,7 @@ PROGS = \
7 asn1evp \ 7 asn1evp \
8 asn1object \ 8 asn1object \
9 asn1string_copy \ 9 asn1string_copy \
10 asn1_string_to_utf8 \
10 asn1time \ 11 asn1time \
11 asn1x509 \ 12 asn1x509 \
12 rfc5280time \ 13 rfc5280time \