mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux/MacOSX: Add support for TrueCrypt 6.x as it was done on Windows.
This commit is contained in:
@@ -174,7 +174,7 @@ namespace VeraCrypt
|
|||||||
|
|
||||||
if (truecryptMode)
|
if (truecryptMode)
|
||||||
{
|
{
|
||||||
if (RequiredMinProgramVersion < 0x700 || RequiredMinProgramVersion > 0x71a)
|
if (RequiredMinProgramVersion < 0x600 || RequiredMinProgramVersion > 0x71a)
|
||||||
throw UnsupportedTrueCryptFormat (SRC_POS);
|
throw UnsupportedTrueCryptFormat (SRC_POS);
|
||||||
RequiredMinProgramVersion = CurrentRequiredMinProgramVersion;
|
RequiredMinProgramVersion = CurrentRequiredMinProgramVersion;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user