projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix indefinite length encoding so EOC correctly updates
[openssl.git]
/
crypto
/
pkcs7
/
pk7_smime.c
diff --git
a/crypto/pkcs7/pk7_smime.c
b/crypto/pkcs7/pk7_smime.c
index
b170fe2
..
333a8aa
100644
(file)
--- a/
crypto/pkcs7/pk7_smime.c
+++ b/
crypto/pkcs7/pk7_smime.c
@@
-125,7
+125,7
@@
PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
}
}
- if (flags & PKCS7_
PARTSIGN
)
+ if (flags & PKCS7_
STREAM
)
return p7;
if (!(p7bio = PKCS7_dataInit(p7, NULL))) {