crypt32: Fix typo.
This commit is contained in:
parent
799a76e8c9
commit
d8c2a40cf6
|
@ -1341,7 +1341,7 @@ static HCRYPTMSG CSignedEncodeMsg_Open(DWORD dwFlags,
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
if (info->cbSize == sizeof(CMSG_SIGNED_ENCODE_INFO_WITH_CMS) &&
|
if (info->cbSize == sizeof(CMSG_SIGNED_ENCODE_INFO_WITH_CMS) &&
|
||||||
info->rgAttrCertEncoded)
|
info->cAttrCertEncoded)
|
||||||
{
|
{
|
||||||
FIXME("CMSG_SIGNED_ENCODE_INFO with CMS fields unsupported\n");
|
FIXME("CMSG_SIGNED_ENCODE_INFO with CMS fields unsupported\n");
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in New Issue