diff options
author | jsing <> | 2014-07-02 16:29:36 +0000 |
---|---|---|
committer | jsing <> | 2014-07-02 16:29:36 +0000 |
commit | ed795ad06d886fc2ef5c653983bae4b91d12b185 (patch) | |
tree | f747c947aa79dbc0931727c4b4edd50f5aa762c1 /src/regress/lib/libcrypto/Makefile | |
parent | d41747d193a3377a76e7329bd57771731af57f7e (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
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 \ |