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 grbitEnabledProtocols;
DWORD dwMinimumCipherStrength; DWORD dwMinimumCipherStrength;
DWORD dwMaximumCipherStrength; DWORD dwMaximumCipherStrength;
DWORD dwSessionLength; DWORD dwSessionLifespan;
DWORD dwFlags; DWORD dwFlags;
DWORD reserved; DWORD dwCredFormat;
} SCHANNEL_CRED, *PSCHANNEL_CRED; } SCHANNEL_CRED, *PSCHANNEL_CRED;
typedef struct _SecPkgCred_SupportedAlgs typedef struct _SecPkgCred_SupportedAlgs

View File

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