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

Hans Leidekker hans at codeweavers.com
Thu May 28 08:02:08 CDT 2009


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-patches mailing list