Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
50d75d48
Commit
50d75d48
authored
May 28, 2009
by
Hans Leidekker
Committed by
Alexandre Julliard
May 28, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Sync definition of CERT_CHAIN_PARA and SCHANNEL_CRED with the latest SDK.
parent
7797bc07
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
schannel.h
include/schannel.h
+2
-2
wincrypt.h
include/wincrypt.h
+1
-0
No files found.
include/schannel.h
View file @
50d75d48
...
...
@@ -163,9 +163,9 @@ typedef struct _SCHANNEL_CRED
DWORD
grbitEnabledProtocols
;
DWORD
dwMinimumCipherStrength
;
DWORD
dwMaximumCipherStrength
;
DWORD
dwSessionL
ength
;
DWORD
dwSessionL
ifespan
;
DWORD
dwFlags
;
DWORD
reserved
;
DWORD
dwCredFormat
;
}
SCHANNEL_CRED
,
*
PSCHANNEL_CRED
;
typedef
struct
_SecPkgCred_SupportedAlgs
...
...
include/wincrypt.h
View file @
50d75d48
...
...
@@ -1041,6 +1041,7 @@ typedef struct _CERT_CHAIN_PARA {
DWORD
dwUrlRetrievalTimeout
;
BOOL
fCheckRevocationFreshnessTime
;
DWORD
dwRevocationFreshnessTime
;
LPFILETIME
pftCacheResync
;
#endif
}
CERT_CHAIN_PARA
,
*
PCERT_CHAIN_PARA
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment