summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorschwarze <>2018-04-07 13:54:46 +0000
committerschwarze <>2018-04-07 13:54:46 +0000
commit4608af0736dc60b5c3961e69526d193a03fb7f16 (patch)
tree14abb85d50461bc29c2fc3bc58365dc8a2af5cbb /src/regress/lib/libcrypto/Makefile
parent51c043113484c53de869b645bf4515c05a75e519 (diff)
downloadopenbsd-4608af0736dc60b5c3961e69526d193a03fb7f16.tar.gz
openbsd-4608af0736dc60b5c3961e69526d193a03fb7f16.tar.bz2
openbsd-4608af0736dc60b5c3961e69526d193a03fb7f16.zip
test X509_NAME_add_entry_by_txt(3); feedback and OK jsing@
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r--src/regress/lib/libcrypto/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
index f6215fb118..3b3345ee07 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.29 2018/03/19 14:34:33 beck Exp $ 1# $OpenBSD: Makefile,v 1.30 2018/04/07 13:54:46 schwarze Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 aead \ 4 aead \
@@ -42,7 +42,8 @@ SUBDIR= \
42 sha2 \ 42 sha2 \
43 sha256 \ 43 sha256 \
44 sha512 \ 44 sha512 \
45 utf8 45 utf8 \
46 x509
46 47
47install: 48install:
48 49