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/Cache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Common/Cache.h') diff --git a/src/Common/Cache.h b/src/Common/Cache.h index e73cea77..a9ed58a7 100644 --- a/src/Common/Cache.h +++ b/src/Common/Cache.h @@ -21,5 +21,6 @@ extern int cacheEmpty; void AddPasswordToCache (Password *password, int pim); +void AddLegacyPasswordToCache (PasswordLegacy *password, int pim); int ReadVolumeHeaderWCache (BOOL bBoot, BOOL bCache, BOOL bCachePim,char *header, Password *password, int pkcs5_prf, int pim, BOOL truecryptMode, PCRYPTO_INFO *retInfo); void WipeCache (void); -- cgit v1.2.3