1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

Linux/MacOSX: Add support for TrueCrypt 6.x as it was done on Windows.

This commit is contained in:
Mounir IDRASSI
2015-01-04 23:58:13 +01:00
parent 6a254778e2
commit 8252cc3ec7

View File

@@ -174,7 +174,7 @@ namespace VeraCrypt
if (truecryptMode)
{
if (RequiredMinProgramVersion < 0x700 || RequiredMinProgramVersion > 0x71a)
if (RequiredMinProgramVersion < 0x600 || RequiredMinProgramVersion > 0x71a)
throw UnsupportedTrueCryptFormat (SRC_POS);
RequiredMinProgramVersion = CurrentRequiredMinProgramVersion;
}