Commit f1cb8057 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Fix typo.

parent 33407c63
......@@ -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;
}
......
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