Flush p7bio when all data has been copied.
This commit is contained in:
parent
6657b9c73a
commit
994df5a248
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user