From cdd1179c63bb892696adfad1818d65e3026916ca Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 28 Jan 2019 14:58:41 +0100 Subject: Increase password maximum length to 128 bytes from 64 bytes --- src/Common/Keyfiles.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Common/Keyfiles.h') diff --git a/src/Common/Keyfiles.h b/src/Common/Keyfiles.h index fb90a9d5..a13666fb 100644 --- a/src/Common/Keyfiles.h +++ b/src/Common/Keyfiles.h @@ -19,7 +19,8 @@ extern "C" { #include "Common.h" -#define KEYFILE_POOL_SIZE 64 +#define KEYFILE_POOL_LEGACY_SIZE 64 +#define KEYFILE_POOL_SIZE 128 #define KEYFILE_MAX_READ_LEN (1024*1024) typedef struct KeyFileStruct -- cgit v1.2.3