Juan Lang : crypt32: Trace chain final error status.
Module: wine Branch: master Commit: 1740d9fe44f427dab5828afd851fec8ce64f404a URL: http://source.winehq.org/git/wine.git/?a=commit;h=1740d9fe44f427dab5828afd85... Author: Juan Lang <juan.lang(a)gmail.com> Date: Thu Dec 10 07:49:05 2009 -0800 crypt32: Trace chain final error status. --- dlls/crypt32/chain.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/crypt32/chain.c b/dlls/crypt32/chain.c index 5cc46b7..dd92af2 100644 --- a/dlls/crypt32/chain.c +++ b/dlls/crypt32/chain.c @@ -2641,6 +2641,8 @@ BOOL WINAPI CertGetCertificateChain(HCERTCHAINENGINE hChainEngine, if (!pChain->TrustStatus.dwErrorStatus) CRYPT_VerifyChainRevocation(pChain, pTime, pChainPara, dwFlags); CRYPT_CheckUsages(pChain, pChainPara); + TRACE_(chain)("error status: %08x\n", + pChain->TrustStatus.dwErrorStatus); if (ppChainContext) *ppChainContext = pChain; else
participants (1)
-
Alexandre Julliard