Commit f0cf772d authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

wintrust: Add stub implementations of HTTPSCertificateTrust and HTTPSFinalProv.

parent e3a7ae8a
......@@ -1060,3 +1060,15 @@ HRESULT WINAPI SoftpubCleanup(CRYPT_PROVIDER_DATA *data)
return S_OK;
}
HRESULT WINAPI HTTPSCertificateTrust(CRYPT_PROVIDER_DATA *data)
{
FIXME("(%p)\n", data);
return S_OK;
}
HRESULT WINAPI HTTPSFinalProv(CRYPT_PROVIDER_DATA *data)
{
FIXME("(%p)\n", data);
return S_OK;
}
......@@ -48,8 +48,8 @@
@ stub FindCertsByIssuer
@ stdcall GenericChainCertificateTrust(ptr)
@ stdcall GenericChainFinalProv(ptr)
@ stub HTTPSCertificateTrust
@ stub HTTPSFinalProv
@ stdcall HTTPSCertificateTrust(ptr)
@ stdcall HTTPSFinalProv(ptr)
@ stub IsCatalogFile
@ stub MsCatConstructHashTag
@ stub MsCatFreeHashTag
......
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