diff options
Diffstat (limited to 'src/Volume/VolumePassword.h')
-rw-r--r-- | src/Volume/VolumePassword.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Volume/VolumePassword.h b/src/Volume/VolumePassword.h index 6154bc0b..5e319774 100644 --- a/src/Volume/VolumePassword.h +++ b/src/Volume/VolumePassword.h @@ -41,7 +41,8 @@ namespace VeraCrypt TC_SERIALIZABLE (VolumePassword); - static const size_t MaxSize = 64; + static const size_t MaxLegacySize = 64; + static const size_t MaxSize = 128; static const size_t WarningSizeThreshold = 12; protected: |