VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/CommandLineInterface.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-07-19 09:30:57 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-07-19 11:29:47 +0200
commit4fcf5c921c2fa8ca9d793f502ad510da2013a4d3 (patch)
tree8abdfd664cfb96bca2ba6725c0f081e535884eec /src/Main/CommandLineInterface.h
parent515895342820a9d0a35391ec4d316c3782a75768 (diff)
downloadVeraCrypt-4fcf5c921c2fa8ca9d793f502ad510da2013a4d3.tar.gz
VeraCrypt-4fcf5c921c2fa8ca9d793f502ad510da2013a4d3.zip
Linux: Add "new-hash" switch for changing PRF and remove "current-hash" switch which didin't fit the change password/keyfile logic.
Diffstat (limited to 'src/Main/CommandLineInterface.h')
-rw-r--r--src/Main/CommandLineInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/CommandLineInterface.h b/src/Main/CommandLineInterface.h
index cb08b393..9e575ee7 100644
--- a/src/Main/CommandLineInterface.h
+++ b/src/Main/CommandLineInterface.h
@@ -61,10 +61,10 @@ namespace VeraCrypt
VolumeCreationOptions::FilesystemType::Enum ArgFilesystem;
bool ArgForce;
shared_ptr <Hash> ArgHash;
- shared_ptr <Hash> ArgCurrentHash;
shared_ptr <KeyfileList> ArgKeyfiles;
MountOptions ArgMountOptions;
shared_ptr <DirectoryPath> ArgMountPoint;
+ shared_ptr <Hash> ArgNewHash;
shared_ptr <KeyfileList> ArgNewKeyfiles;
shared_ptr <VolumePassword> ArgNewPassword;
int ArgNewPim;