* include/sspi.h (SecPkgContext_Sizes): Fix typo.
Thanks to: David Leonard <leonard@users,sourceforge.net>
This commit is contained in:
@ -89,7 +89,7 @@ typedef struct _SecPkgContext_StreamSizes {
|
||||
} SecPkgContext_StreamSizes, *PSecPkgContext_StreamSizes;
|
||||
typedef struct _SecPkgContext_Sizes {
|
||||
ULONG cbMaxToken;
|
||||
ULONG cbMaxSIgnature;
|
||||
ULONG cbMaxSignature;
|
||||
ULONG cbBlockSize;
|
||||
ULONG cbSecurityTrailer;
|
||||
} SecPkgContext_Sizes, *PSecPkgContext_Sizes;
|
||||
|
Reference in New Issue
Block a user