* include/sspi.h (SecPkgContext_Sizes): Fix typo.
Thanks to: David Leonard <leonard@users,sourceforge.net>
This commit is contained in:
parent
7fd30f5b15
commit
78f717651f
|
@ -1,3 +1,8 @@
|
|||
2004-11-19 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/sspi.h (SecPkgContext_Sizes): Fix typo.
|
||||
Thanks to: David Leonard <leonard@users,sourceforge.net>
|
||||
|
||||
2004-11-19 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue