diff options
Diffstat (limited to 'src/Common/Common.h')
-rw-r--r-- | src/Common/Common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Common.h b/src/Common/Common.h index ef25ec17..d4375b5d 100644 --- a/src/Common/Common.h +++ b/src/Common/Common.h @@ -76,6 +76,7 @@ typedef struct Password ProtectedHidVolPassword; /* Password of hidden volume to protect against overwriting */
BOOL UseBackupHeader;
BOOL RecoveryMode;
+ int ProtectedHidVolPkcs5Prf;
} MountOptions;
#endif
|