crypt32: Fix a typo.

This commit is contained in:
Juan Lang 2009-11-19 10:45:46 -08:00 committed by Alexandre Julliard
parent 8ed5a777de
commit 9e1d31e5e5
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{