Commit a343c1fb authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

crypt32: Fix content type in CRYPT_QueryEmbeddedMessageObject function.

parent 1ece5b3a
......@@ -672,8 +672,7 @@ static BOOL CRYPT_QueryEmbeddedMessageObject(DWORD dwObjectType,
pdwMsgAndCertEncodingType, NULL, NULL,
phCertStore, phMsg);
if (ret && pdwContentType)
*pdwContentType =
CERT_QUERY_CONTENT_FLAG_PKCS7_SIGNED;
*pdwContentType = CERT_QUERY_CONTENT_PKCS7_SIGNED_EMBED;
}
CryptMemFree(blob.pbData);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment