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

This commit is contained in:
Hans Leidekker 2009-05-28 15:02:08 +02:00 committed by Alexandre Julliard
parent 7797bc0714
commit 50d75d480e
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -1041,6 +1041,7 @@ typedef struct _CERT_CHAIN_PARA {
DWORD dwUrlRetrievalTimeout;
BOOL fCheckRevocationFreshnessTime;
DWORD dwRevocationFreshnessTime;
LPFILETIME pftCacheResync;
#endif
} CERT_CHAIN_PARA, *PCERT_CHAIN_PARA;