mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
crypt32: Trace chain final error status.
This commit is contained in:
parent
1d0e02b63e
commit
1740d9fe44
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue