diff options
Diffstat (limited to 'src/Core/VolumeCreator.h')
-rwxr-xr-x[-rw-r--r--] | src/Core/VolumeCreator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Core/VolumeCreator.h b/src/Core/VolumeCreator.h index 74641d58..8812e8e2 100644..100755 --- a/src/Core/VolumeCreator.h +++ b/src/Core/VolumeCreator.h @@ -21,8 +21,9 @@ namespace VeraCrypt VolumePath Path; VolumeType::Enum Type; uint64 Size; shared_ptr <VolumePassword> Password; + int Pim; shared_ptr <KeyfileList> Keyfiles; shared_ptr <Pkcs5Kdf> VolumeHeaderKdf; shared_ptr <EncryptionAlgorithm> EA; bool Quick; |