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
19d18bbb
Commit
19d18bbb
authored
Jul 07, 2022
by
Hans Leidekker
Committed by
Alexandre Julliard
Jul 12, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix a typo.
parent
05b9bc21
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
schannel.c
dlls/secur32/schannel.c
+1
-1
sspi.h
include/sspi.h
+1
-1
No files found.
dlls/secur32/schannel.c
View file @
19d18bbb
...
...
@@ -1164,7 +1164,7 @@ static SECURITY_STATUS SEC_ENTRY schan_QueryContextAttributesW(
stream_sizes
->
cbHeader
=
ctx
->
header_size
;
stream_sizes
->
cbTrailer
=
mac_size
+
256
;
/* Max 255 bytes padding + 1 for padding size */
stream_sizes
->
cbMaximumMessage
=
message_size
;
stream_sizes
->
c
b
Buffers
=
4
;
stream_sizes
->
cBuffers
=
4
;
stream_sizes
->
cbBlockSize
=
block_size
;
}
...
...
include/sspi.h
View file @
19d18bbb
...
...
@@ -521,7 +521,7 @@ typedef struct _SecPkgContext_StreamSizes
ULONG
cbHeader
;
ULONG
cbTrailer
;
ULONG
cbMaximumMessage
;
ULONG
c
b
Buffers
;
ULONG
cBuffers
;
ULONG
cbBlockSize
;
}
SecPkgContext_StreamSizes
,
*
PSecPkgContext_StreamSizes
;
...
...
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