1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-20 03:25:03 -05:00

Use Pim name for internal variables instead of the old name Pin

This commit is contained in:
Mounir IDRASSI
2015-07-11 01:48:52 +02:00
parent 7a01453f00
commit 6ef41abdd2
42 changed files with 350 additions and 350 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ typedef struct
{
Password *password;
int* pkcs5;
int* pin;
int* pim;
BOOL* truecryptMode;
} PasswordDlgParam;