Commit 50d75d48 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

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

parent 7797bc07
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment