diff --git a/src/Common/Volumes.c b/src/Common/Volumes.c index 3aadd970..8f60bfc0 100644 --- a/src/Common/Volumes.c +++ b/src/Common/Volumes.c @@ -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