VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Volume/EncryptionAlgorithm.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-01-04 00:54:24 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-01-04 00:55:36 +0100
commitcbc28bd4fe5e1170952d87d80f5e752bf63bd940 (patch)
tree55bf85fd2bb4aa5d0fedc5be1b62f0b12fa1b12f /src/Volume/EncryptionAlgorithm.h
parent9a31c238814a9e433a0b07b127503f56a9ac705a (diff)
downloadVeraCrypt-cbc28bd4fe5e1170952d87d80f5e752bf63bd940.tar.gz
VeraCrypt-cbc28bd4fe5e1170952d87d80f5e752bf63bd940.zip
Linux/MacOSX: change cascade encryption naming format in the UI as it was done on Windows.
Diffstat (limited to 'src/Volume/EncryptionAlgorithm.h')
-rw-r--r--src/Volume/EncryptionAlgorithm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Volume/EncryptionAlgorithm.h b/src/Volume/EncryptionAlgorithm.h
index 5a5666fe..4eebba4f 100644
--- a/src/Volume/EncryptionAlgorithm.h
+++ b/src/Volume/EncryptionAlgorithm.h
@@ -37,7 +37,7 @@ namespace VeraCrypt
static size_t GetLargestKeySize (const EncryptionAlgorithmList &algorithms);
virtual size_t GetKeySize () const;
virtual shared_ptr <EncryptionMode> GetMode () const;
- virtual wstring GetName () const;
+ virtual wstring GetName (bool forGuiDisplay = false) const;
bool IsDeprecated () const { return Deprecated; }
virtual bool IsModeSupported (const EncryptionMode &mode) const;
virtual bool IsModeSupported (const shared_ptr <EncryptionMode> mode) const;