summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/dec.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-08-17 12:58:01 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-08-17 12:58:01 +0000
commitc6c3450643ea00fde94e7f7471c9f134ec7d63b4 (patch)
tree59b0ab7204db5140559faa78de45b34d912bec94 /crypto/pkcs7/dec.c
parent2cfa692136da461b08008dd751595f8879672a36 (diff)
Fix PKCS7_ENC_CONTENT_new() to include a sensible default content type and add
support for encrypted content type in PKCS7_set_content().
Diffstat (limited to 'crypto/pkcs7/dec.c')
-rw-r--r--crypto/pkcs7/dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs7/dec.c b/crypto/pkcs7/dec.c
index 5150006f09..c552c8f296 100644
--- a/crypto/pkcs7/dec.c
+++ b/crypto/pkcs7/dec.c
@@ -149,7 +149,7 @@ char *argv[];
/* We need to process the data */
/* We cannot support detached encryption */
p7bio=PKCS7_dataDecode(p7,pkey,detached,x509);
-
+
if (p7bio == NULL)
{
printf("problems decoding\n");