From a29c750030da0aa258ecefb514beb5e833f8c5fd Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 22 Jun 2020 00:16:22 +0200 Subject: Linux/MacOSX: Don't allow Hidden volume to have the same password as Outer volume --- src/Main/Forms/VolumeCreationWizard.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Main/Forms/VolumeCreationWizard.h') 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 Password; + shared_ptr OuterPassword; int Pim; shared_ptr Kdf; uint32 SectorSize; -- cgit v1.2.3