VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms/VolumeCreationWizard.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2020-06-22 00:16:22 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2020-06-23 16:48:17 +0200
commita29c750030da0aa258ecefb514beb5e833f8c5fd (patch)
treec584e3f69f1588efd7b0e08f467f9028cb5609dc /src/Main/Forms/VolumeCreationWizard.h
parentbec929ce0308620a88b71e2619e5e5c8ffbfdadb (diff)
downloadVeraCrypt-a29c750030da0aa258ecefb514beb5e833f8c5fd.tar.gz
VeraCrypt-a29c750030da0aa258ecefb514beb5e833f8c5fd.zip
Linux/MacOSX: Don't allow Hidden volume to have the same password as Outer volume
Diffstat (limited to 'src/Main/Forms/VolumeCreationWizard.h')
-rw-r--r--src/Main/Forms/VolumeCreationWizard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main/Forms/VolumeCreationWizard.h b/src/Main/Forms/VolumeCreationWizard.h
index 70abc9ef..5555aaaa 100644
--- a/src/Main/Forms/VolumeCreationWizard.h
+++ b/src/Main/Forms/VolumeCreationWizard.h
@@ -82,6 +82,7 @@ namespace VeraCrypt
VolumeHostType::Enum SelectedVolumeHostType;
VolumeType::Enum SelectedVolumeType;
shared_ptr <VolumePassword> Password;
+ shared_ptr <VolumePassword> OuterPassword;
int Pim;
shared_ptr <Pkcs5Kdf> Kdf;
uint32 SectorSize;