crypt32: Fix typo.
This commit is contained in:
parent
33407c6397
commit
f1cb8057e7
|
@ -819,7 +819,7 @@ static void *CRYPT_ProvEnumCRL(PWINECRYPT_CERTSTORE store, void *pPrev)
|
||||||
/* same dirty trick: replace the returned context's hCertStore with
|
/* same dirty trick: replace the returned context's hCertStore with
|
||||||
* store.
|
* store.
|
||||||
*/
|
*/
|
||||||
((PCERT_CONTEXT)ret)->hCertStore = store;
|
((PCRL_CONTEXT)ret)->hCertStore = store;
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue