Commit 9e1d31e5 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Fix a typo.

parent 8ed5a777
...@@ -2379,7 +2379,7 @@ static void CRYPT_VerifyChainRevocation(PCERT_CHAIN_CONTEXT chain, ...@@ -2379,7 +2379,7 @@ static void CRYPT_VerifyChainRevocation(PCERT_CHAIN_CONTEXT chain,
if (cContext) if (cContext)
{ {
PCCERT_CONTEXT *contexts = PCCERT_CONTEXT *contexts =
CryptMemAlloc(cContext * sizeof(PCCERT_CONTEXT *)); CryptMemAlloc(cContext * sizeof(PCCERT_CONTEXT));
if (contexts) if (contexts)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment