Commit 9750d0f7 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Trace policy error status in CertVerifyCertificateChainPolicy.

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