Set memory BIOs up properly when stripping text headers from S/MIME messages.
[openssl.git] / crypto / pkcs7 / pk7_smime.c
index ffde1dba59a2c4f2adb9d170433efa03f0a491dc..a577141d3b0a143bbad03c12c8bb804c4581033e 100644 (file)
@@ -380,6 +380,7 @@ int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
                        PKCS7err(PKCS7_F_PKCS7_VERIFY,ERR_R_MALLOC_FAILURE);
                        goto err;
                }
+               BIO_set_mem_eof_return(tmpout, 0);
        } else tmpout = out;
 
        /* We now have to 'read' from p7bio to calculate digests etc. */