summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2014-07-02 16:29:36 +0000
committerjsing <>2014-07-02 16:29:36 +0000
commited795ad06d886fc2ef5c653983bae4b91d12b185 (patch)
treef747c947aa79dbc0931727c4b4edd50f5aa762c1 /src/regress/lib/libcrypto/Makefile
parentd41747d193a3377a76e7329bd57771731af57f7e (diff)
downloadopenbsd-ed795ad06d886fc2ef5c653983bae4b91d12b185.tar.gz
openbsd-ed795ad06d886fc2ef5c653983bae4b91d12b185.tar.bz2
openbsd-ed795ad06d886fc2ef5c653983bae4b91d12b185.zip
Add an initial regress test for pkcs7.
This currently fails when signing/verifying with a detached signature.
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r--src/regress/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
index 19cb9ab4ad..e3bb8f3a08 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.14 2014/06/22 14:30:52 jsing Exp $ 1# $OpenBSD: Makefile,v 1.15 2014/07/02 16:29:36 jsing Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 aead \ 4 aead \
@@ -26,6 +26,7 @@ SUBDIR= \
26 md4 \ 26 md4 \
27 md5 \ 27 md5 \
28 mdc2 \ 28 mdc2 \
29 pkcs7 \
29 poly1305 \ 30 poly1305 \
30 pqueue \ 31 pqueue \
31 rand \ 32 rand \