crypt32: Fix typo.

This commit is contained in:
Juan Lang 2008-11-03 11:25:20 -08:00 committed by Alexandre Julliard
parent 799a76e8c9
commit d8c2a40cf6

View file

@ -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;