Only position legacy flag if the first release of VeraCrypt is detected

This commit is contained in:
Mounir IDRASSI 2013-06-25 05:49:38 +02:00
parent 593d1a3edc
commit 1c419739a2
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ KeyReady: ;
// Required program version
cryptoInfo->RequiredProgramVersion = GetHeaderField16 (header, TC_HEADER_OFFSET_REQUIRED_VERSION);
cryptoInfo->LegacyVolume = cryptoInfo->RequiredProgramVersion < 0x600;
cryptoInfo->LegacyVolume = cryptoInfo->RequiredProgramVersion < 0x10b;
// Check CRC of the key set
if (!ReadVolumeHeaderRecoveryMode