Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/sspi.h')
-rw-r--r--winsup/w32api/include/sspi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/sspi.h b/winsup/w32api/include/sspi.h
index f31797870..fb2c9ae33 100644
--- a/winsup/w32api/include/sspi.h
+++ b/winsup/w32api/include/sspi.h
@@ -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;