mirror of
https://github.com/reactos/wine.git
synced 2025-02-10 14:23:52 +00:00
crypt32: Fix typo.
This commit is contained in:
parent
799a76e8c9
commit
d8c2a40cf6
@ -1341,7 +1341,7 @@ static HCRYPTMSG CSignedEncodeMsg_Open(DWORD dwFlags,
|
||||
return NULL;
|
||||
}
|
||||
if (info->cbSize == sizeof(CMSG_SIGNED_ENCODE_INFO_WITH_CMS) &&
|
||||
info->rgAttrCertEncoded)
|
||||
info->cAttrCertEncoded)
|
||||
{
|
||||
FIXME("CMSG_SIGNED_ENCODE_INFO with CMS fields unsupported\n");
|
||||
return NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user