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

This commit is contained in:
Mounir IDRASSI
2014-11-08 23:18:47 +01:00
parent 593d1a3edc
commit 1c419739a2
+1 -1
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