diff options
Diffstat (limited to 'regress/lib/libcrypto/asn1/Makefile')
-rw-r--r-- | regress/lib/libcrypto/asn1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/asn1/Makefile b/regress/lib/libcrypto/asn1/Makefile index a7dd6338694..4b47bfdc2be 100644 --- a/regress/lib/libcrypto/asn1/Makefile +++ b/regress/lib/libcrypto/asn1/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2021/11/13 20:50:14 schwarze Exp $ +# $OpenBSD: Makefile,v 1.7 2021/11/30 07:34:29 jsing Exp $ TESTS = \ asn1evp \ asn1string_copy \ asn1time \ + asn1x509 \ rfc5280time PROGS = ${TESTS} |