* include/sspi.h (SecPkgContext_Sizes): Fix typo.

Thanks to: David Leonard  <leonard@users,sourceforge.net>
This commit is contained in:
Danny Smith
2004-11-19 10:15:00 +00:00
parent 7fd30f5b15
commit 78f717651f
2 changed files with 6 additions and 1 deletions

View File

@ -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;