--- truecrypt/common/common.h 2018/04/24 16:42:55 1.1.1.2 +++ truecrypt/common/common.h 2018/04/24 16:46:31 1.1.1.4 @@ -31,16 +31,12 @@ enum typedef struct { - int Length; - unsigned char Text[MAX_PASSWORD + 1]; -} Password; - -typedef struct -{ BOOL ReadOnly; BOOL Removable; BOOL ProtectHiddenVolume; BOOL PreserveTimestamp; + BOOL SystemVolume; + BOOL PersistentVolume; Password ProtectedHidVolPassword; /* Password of hidden volume to protect against overwriting */ } MountOptions;