1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-13 03:48:26 -06:00

Windows: A Quick Expand option to VeraCrypt Expander to allow quicker expansion of file containers after warning about security issues associated with it.

This commit is contained in:
Mounir IDRASSI
2019-10-23 00:22:31 +02:00
parent 11f1a21652
commit 74e14c070f
5 changed files with 95 additions and 12 deletions

View File

@@ -40,6 +40,8 @@ typedef struct
BOOL bIsDevice;
BOOL bIsLegacy;
BOOL bInitFreeSpace;
BOOL bQuickExpand;
BOOL bDisableQuickExpand;
Password *pVolumePassword;
int VolumePkcs5;
int VolumePim;