mirror of
https://github.com/reactos/wine.git
synced 2025-02-07 20:57:39 +00:00
crypt32: Trace policy error status in CertVerifyCertificateChainPolicy.
This commit is contained in:
parent
c4ce06293c
commit
9750d0f7f5
@ -2605,5 +2605,6 @@ BOOL WINAPI CertVerifyCertificateChainPolicy(LPCSTR szPolicyOID,
|
||||
pPolicyStatus);
|
||||
if (hFunc)
|
||||
CryptFreeOIDFunctionAddress(hFunc, 0);
|
||||
TRACE("returning %d (%08x)\n", ret, pPolicyStatus->dwError);
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user