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 0ecc857901..d00d41a95e 100644 --- a/src/regress/lib/libcrypto/asn1/Makefile +++ b/src/regress/lib/libcrypto/asn1/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.24 2023/05/12 08:28:05 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.25 2023/10/11 12:49:00 tb Exp $ |
2 | 2 | ||
3 | PROGS = \ | 3 | PROGS = \ |
4 | asn1api \ | 4 | asn1api \ |
@@ -12,7 +12,8 @@ PROGS = \ | |||
12 | asn1time \ | 12 | asn1time \ |
13 | asn1x509 \ | 13 | asn1x509 \ |
14 | rfc5280time \ | 14 | rfc5280time \ |
15 | string_table | 15 | string_table \ |
16 | x509_algor | ||
16 | 17 | ||
17 | DPADD+= ${LIBCRYPTO} | 18 | DPADD+= ${LIBCRYPTO} |
18 | WARNINGS= Yes | 19 | WARNINGS= Yes |