crypt32: Fix typo.

This commit is contained in:
Juan Lang 2007-08-14 14:29:41 -07:00 committed by Alexandre Julliard
parent 33407c6397
commit f1cb8057e7
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ static void *CRYPT_ProvEnumCRL(PWINECRYPT_CERTSTORE store, void *pPrev)
/* same dirty trick: replace the returned context's hCertStore with
* store.
*/
((PCERT_CONTEXT)ret)->hCertStore = store;
((PCRL_CONTEXT)ret)->hCertStore = store;
}
return ret;
}