crypt32: Add stub for CertFreeCertificateChain.

This commit is contained in:
Juan Lang 2007-08-14 14:34:59 -07:00 committed by Alexandre Julliard
parent 1547f39800
commit 466d8a01a5
2 changed files with 6 additions and 1 deletions

View File

@ -183,3 +183,8 @@ BOOL WINAPI CertGetCertificateChain(HCERTCHAINENGINE hChainEngine,
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}
void WINAPI CertFreeCertificateChain(PCCERT_CHAIN_CONTEXT pChainContext)
{
FIXME("(%p): stub\n", pChainContext);
}

View File

@ -45,7 +45,7 @@
@ stub CertFindSubjectInCTL
@ stdcall CertFreeCRLContext(ptr)
@ stdcall CertFreeCTLContext(ptr)
@ stub CertFreeCertificateChain
@ stdcall CertFreeCertificateChain(ptr)
@ stdcall CertFreeCertificateChainEngine(ptr)
@ stdcall CertFreeCertificateContext(ptr)
@ stdcall CertGetCRLContextProperty(ptr long ptr ptr)