diff options
author | kavsrf <kavsrf@gmail.com> | 2016-12-31 13:49:59 +0300 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-05 17:36:51 +0200 |
commit | f2e878683655b885f8ab2d365a40993ef942dea7 (patch) | |
tree | 22dbf411fc9d99a7ad23aae489eb491bb37fe387 /Include/Library | |
parent | 659af8b2c1ee88a9ee78dd1b1a5fa7cae2302984 (diff) | |
download | VeraCrypt-DCS-f2e878683655b885f8ab2d365a40993ef942dea7.tar.gz VeraCrypt-DCS-f2e878683655b885f8ab2d365a40993ef942dea7.zip |
DcsProp configuration keys
AutoLogin
AutoPassword
AuthorizeProgress
AuthStartMsg
AuthErrorMsg
Random
Authorization retry bug fix
Diffstat (limited to 'Include/Library')
-rw-r--r-- | Include/Library/PasswordLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/Library/PasswordLib.h b/Include/Library/PasswordLib.h index 62cad21..3396164 100644 --- a/Include/Library/PasswordLib.h +++ b/Include/Library/PasswordLib.h @@ -23,6 +23,7 @@ extern CHAR8* gPasswordPictureChars; extern CHAR8* gPasswordPictureCharsDefault;
extern UINTN gPasswordPictureCharsLen;
extern UINT8 gPasswordVisible;
+extern UINT8 gPasswordProgress;
extern int gPasswordShowMark;
extern int gPlatformLocked;
|