crypt32: Fix a typo.
This commit is contained in:
parent
8ed5a777de
commit
9e1d31e5e5
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue