diff --git a/dlls/crypt32/store.c b/dlls/crypt32/store.c index edf5e6c09b4..d5e7734aca5 100644 --- a/dlls/crypt32/store.c +++ b/dlls/crypt32/store.c @@ -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; }