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 e1a2606349..0ecc857901 100644
--- a/src/regress/lib/libcrypto/asn1/Makefile
+++ b/src/regress/lib/libcrypto/asn1/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.23 2022/12/02 00:47:32 tb Exp $ 1# $OpenBSD: Makefile,v 1.24 2023/05/12 08:28:05 tb Exp $
2 2
3PROGS = \ 3PROGS = \
4 asn1api \ 4 asn1api \
@@ -6,6 +6,7 @@ PROGS = \
6 asn1complex \ 6 asn1complex \
7 asn1evp \ 7 asn1evp \
8 asn1object \ 8 asn1object \
9 asn1oct \
9 asn1string_copy \ 10 asn1string_copy \
10 asn1_string_to_utf8 \ 11 asn1_string_to_utf8 \
11 asn1time \ 12 asn1time \