mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
crypt32: Fix a typo.
This commit is contained in:
parent
8ed5a777de
commit
9e1d31e5e5
1 changed files with 1 additions and 1 deletions
|
@ -2379,7 +2379,7 @@ static void CRYPT_VerifyChainRevocation(PCERT_CHAIN_CONTEXT chain,
|
|||
if (cContext)
|
||||
{
|
||||
PCCERT_CONTEXT *contexts =
|
||||
CryptMemAlloc(cContext * sizeof(PCCERT_CONTEXT *));
|
||||
CryptMemAlloc(cContext * sizeof(PCCERT_CONTEXT));
|
||||
|
||||
if (contexts)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue