Flush p7bio when all data has been copied.

This commit is contained in:
Dr. Stephen Henson 2006-05-26 17:14:23 +00:00
parent 6657b9c73a
commit 994df5a248

View File

@ -121,6 +121,8 @@ int PKCS7_final(PKCS7 *p7, BIO *data, int flags)
SMIME_crlf_copy(data, p7bio, flags);
BIO_flush(p7bio);
if(PKCS7_type_is_signed(p7) && (flags & PKCS7_DETACHED))
PKCS7_set_detached(p7, 1);