Hans Leidekker : include: Sync definition of CERT_CHAIN_PARA and SCHANNEL_CRED with the latest SDK.

Alexandre Julliard julliard at winehq.org
Thu May 28 09:39:47 CDT 2009


Module: wine
Branch: master
Commit: 50d75d480e3824442aa12dd2e7090b4b39e97e83
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=50d75d480e3824442aa12dd2e7090b4b39e97e83

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Thu May 28 15:02:08 2009 +0200

include: Sync definition of CERT_CHAIN_PARA and SCHANNEL_CRED with the latest SDK.

---

 include/schannel.h |    4 ++--
 include/wincrypt.h |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/schannel.h b/include/schannel.h
index 1e7dfcc..d522edf 100644
--- a/include/schannel.h
+++ b/include/schannel.h
@@ -163,9 +163,9 @@ typedef struct _SCHANNEL_CRED
     DWORD grbitEnabledProtocols;
     DWORD dwMinimumCipherStrength;
     DWORD dwMaximumCipherStrength;
-    DWORD dwSessionLength;
+    DWORD dwSessionLifespan;
     DWORD dwFlags;
-    DWORD reserved;
+    DWORD dwCredFormat;
 } SCHANNEL_CRED, *PSCHANNEL_CRED;
 
 typedef struct _SecPkgCred_SupportedAlgs
diff --git a/include/wincrypt.h b/include/wincrypt.h
index 75017fe..067dd7c 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -1041,6 +1041,7 @@ typedef struct _CERT_CHAIN_PARA {
     DWORD            dwUrlRetrievalTimeout;
     BOOL             fCheckRevocationFreshnessTime;
     DWORD            dwRevocationFreshnessTime;
+    LPFILETIME       pftCacheResync;
 #endif
 } CERT_CHAIN_PARA, *PCERT_CHAIN_PARA;
 




More information about the wine-cvs mailing list