wintrust: Add a prototype for WTHelperGetProvCertFromChain().

Francois Gouget fgouget at free.fr
Thu Aug 30 09:16:23 CDT 2007


---
 include/wintrust.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/wintrust.h b/include/wintrust.h
index fa8870f..7b0b276 100644
--- a/include/wintrust.h
+++ b/include/wintrust.h
@@ -420,6 +420,8 @@ BOOL      WINAPI WintrustSetRegPolicyFlags(DWORD);
 LONG      WINAPI WinVerifyTrust(HWND,GUID*,LPVOID);
 HRESULT   WINAPI WinVerifyTrustEx(HWND,GUID*,WINTRUST_DATA*);
 
+CRYPT_PROVIDER_CERT * WINAPI WTHelperGetProvCertFromChain(
+ CRYPT_PROVIDER_SGNR *pSgnr, DWORD idxCert);
 CRYPT_PROVIDER_SGNR * WINAPI WTHelperGetProvSignerFromChain(
  CRYPT_PROVIDER_DATA *pProvData, DWORD idxSigner, BOOL fCounterSigner,
  DWORD idxCounterSigner);
-- 
1.5.2.4




More information about the wine-patches mailing list