From a0d8b8a3b78b1d0db50de2a7d841efaec2a55c36 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 28 May 2016 23:53:55 +0200 Subject: Linux/MacOSX: Implement passing smart card PIN as command line argument (--token-pin switch) --- src/Main/CommandLineInterface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Main/CommandLineInterface.h') 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 ArgTokenPin; bool StartBackgroundTask; UserPreferences Preferences; -- cgit v1.2.3