diff options
Diffstat (limited to 'common/xrdp_constants.h')
-rw-r--r-- | common/xrdp_constants.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index 9be08ddc..ea7f1c47 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -80,9 +80,9 @@ #define SEC_RSA_MAGIC 0x31415352 /* RSA1 */ /* RDP licensing constants */ -#define LICENCE_TOKEN_SIZE 10 -#define LICENCE_HWID_SIZE 20 -#define LICENCE_SIGNATURE_SIZE 16 +#define LICENCE_TOKEN_SIZE 10 +#define LICENCE_HWID_SIZE 20 +#define LICENCE_SIGNATURE_SIZE 16 #define LICENCE_TAG_DEMAND 0x01 #define LICENCE_TAG_AUTHREQ 0x02 |