summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-05-10 17:37:15 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-05-10 17:37:15 +0000
commit62178961456bae47fae35a3960b4d4d70995c9e3 (patch)
tree007c29fd1b14137a3a2a2f99f59cda3bbf34d384 /crypto/pkcs7/pk7_lib.c
parentee7ca0941aa245f1f6b01fca03228aabb72c51cb (diff)
Improve error detection when streaming S/MIME.
Only use streaming when appropriate for detached data in smime utility.
Diffstat (limited to 'crypto/pkcs7/pk7_lib.c')
-rw-r--r--crypto/pkcs7/pk7_lib.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/pkcs7/pk7_lib.c b/crypto/pkcs7/pk7_lib.c
index 9ad1448bf7..3ca0952792 100644
--- a/crypto/pkcs7/pk7_lib.c
+++ b/crypto/pkcs7/pk7_lib.c
@@ -665,8 +665,3 @@ int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7)
return 1;
}
-
-
-
-
-