include: Sync definition of CERT_CHAIN_PARA and SCHANNEL_CRED with the latest SDK.
This commit is contained in:
parent
7797bc0714
commit
50d75d480e
|
@ -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
|
||||
|
|
|
@ -1041,6 +1041,7 @@ typedef struct _CERT_CHAIN_PARA {
|
|||
DWORD dwUrlRetrievalTimeout;
|
||||
BOOL fCheckRevocationFreshnessTime;
|
||||
DWORD dwRevocationFreshnessTime;
|
||||
LPFILETIME pftCacheResync;
|
||||
#endif
|
||||
} CERT_CHAIN_PARA, *PCERT_CHAIN_PARA;
|
||||
|
||||
|
|
Loading…
Reference in New Issue