VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Core/MountOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/MountOptions.h')
-rw-r--r--src/Core/MountOptions.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Core/MountOptions.h b/src/Core/MountOptions.h
index 2dcc5e1b..3dcfa599 100644
--- a/src/Core/MountOptions.h
+++ b/src/Core/MountOptions.h
@@ -3,9 +3,9 @@
Copyright (c) 2008-2012 TrueCrypt Developers Association and which is governed
by the TrueCrypt License 3.0.
Modifications and additions to the original source code (contained in this file)
- and all other portions of this file are Copyright (c) 2013-2016 IDRIX
+ and all other portions of this file are Copyright (c) 2013-2017 IDRIX
and are governed by the Apache License 2.0 the full text of which is
contained in the file License.txt included in VeraCrypt binary and source
code distribution packages.
*/
@@ -36,10 +36,9 @@ namespace VeraCrypt
ProtectionPim (-1),
Removable (false),
SharedAccessAllowed (false),
SlotNumber (0),
- UseBackupHeaders (false),
- TrueCryptMode (false)
+ UseBackupHeaders (false)
{
}
MountOptions (const MountOptions &other) { CopyFrom (other); }
@@ -71,9 +70,9 @@ namespace VeraCrypt
bool Removable;
bool SharedAccessAllowed;
VolumeSlotNumber SlotNumber;
bool UseBackupHeaders;
- bool TrueCryptMode;
+ bool EMVSupportEnabled;
protected:
void CopyFrom (const MountOptions &other);
};