VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/CommandLineInterface.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-05-28 23:53:55 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-05-29 01:33:17 +0200
commita0d8b8a3b78b1d0db50de2a7d841efaec2a55c36 (patch)
tree749fb2a2fd5888145030b546666a41d28479bafa /src/Main/CommandLineInterface.h
parent3f806010d2e2d54f0b5bc796f2d5e506e66537c7 (diff)
downloadVeraCrypt-a0d8b8a3b78b1d0db50de2a7d841efaec2a55c36.tar.gz
VeraCrypt-a0d8b8a3b78b1d0db50de2a7d841efaec2a55c36.zip
Linux/MacOSX: Implement passing smart card PIN as command line argument (--token-pin switch)
Diffstat (limited to 'src/Main/CommandLineInterface.h')
-rw-r--r--src/Main/CommandLineInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main/CommandLineInterface.h b/src/Main/CommandLineInterface.h
index 9bca2614..d7a18818 100644
--- a/src/Main/CommandLineInterface.h
+++ b/src/Main/CommandLineInterface.h
@@ -82,6 +82,7 @@ namespace VeraCrypt
VolumeInfoList ArgVolumes;
VolumeType::Enum ArgVolumeType;
bool ArgTrueCryptMode;
+ shared_ptr<SecureBuffer> ArgTokenPin;
bool StartBackgroundTask;
UserPreferences Preferences;