ole32: Remove superfluous pointer casts.
[wine] / dlls / crypt32 / crl.c
2009-01-26  Michael Stefaniuccrypt32: Remove some more superfluous pointer casts.
2008-12-23  Juan Langcrypt32: Don't crash when querying the length of the...
2008-11-04  Michael Stefaniuccrypt32: Remove superfluous casts of void pointers.
2008-08-29  Juan Langcrypt32: Fix typo.
2008-01-02  Alexandre Julliardcrypt32: Avoid casting away const from the context...
2007-10-19  Juan Langcrypt32: Use GetSystemTimeAsFileTime rather than GetSys...
2007-05-15  Juan Langcrypt32: Use public functions to get store access state.
2007-05-15  Juan Langcrypt32: Don't set ret to TRUE when it already is.
2007-04-10  Andrew Talbotcrypt32: Constify some variables.
2006-10-25  Andrew Talbotcrypt32: Cast-qual warnings fix.
2006-10-04  Juan Langcrypt32: Win64 printf format warning fixes.
2006-06-22  Juan Langcrypt32: Implement CertGetCRLFromStore.
2006-06-21  Juan Langcrypt32: Implement some CRL verification functions.
2006-06-20  Juan Langcrypt32: Simplify CRL creation.
2006-05-26  Juan Langcrypt32: Implement CertVerifyCRLTimeValidity and partia...
2006-05-25  Juan Langcrypt32: Add support for CRLs.