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

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar/Connection.h')
-rw-r--r--src/Cedar/Connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cedar/Connection.h b/src/Cedar/Connection.h
index 6861bbb8..98a7c1f2 100644
--- a/src/Cedar/Connection.h
+++ b/src/Cedar/Connection.h
@@ -144,7 +144,7 @@ struct SECURE_SIGN
char SecurePrivateKeyName[MAX_SECURE_DEVICE_FILE_LEN + 1]; // Secure device secret key name
X *ClientCert; // Client certificate
UCHAR Random[SHA1_SIZE]; // Random value for signature
- UCHAR Signature[128]; // Signed data
+ UCHAR Signature[4096 / 8]; // Signed data
UINT UseSecureDeviceId;
UINT BitmapId; // Bitmap ID
};