mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
crypt32: Fix content type in CRYPT_QueryEmbeddedMessageObject function.
This commit is contained in:
parent
1ece5b3ab6
commit
a343c1fbd0
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue