From 35497f87a7893a921a0d34aede02184c4ac72c82 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 27 Jan 2015 16:01:17 +0100 Subject: Activate support of mounting TrueCrypt system partitions. --- src/Volume/Volume.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Volume/Volume.cpp') diff --git a/src/Volume/Volume.cpp b/src/Volume/Volume.cpp index f1f248ba..51ebf300 100755 --- a/src/Volume/Volume.cpp +++ b/src/Volume/Volume.cpp @@ -106,9 +106,6 @@ namespace VeraCrypt if (kdf && truecryptMode && (kdf->GetName() == L"HMAC-SHA-256")) throw UnsupportedAlgoInTrueCryptMode (SRC_POS); - if (truecryptMode && partitionInSystemEncryptionScope) - throw ParameterIncorrect (SRC_POS); - Protection = protection; VolumeFile = volumeFile; SystemEncryption = partitionInSystemEncryptionScope; -- cgit v1.2.3