diff options
Diffstat (limited to 'src/Volume/Volume.cpp')
-rwxr-xr-x | src/Volume/Volume.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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; |