From 8ebf5ac605d57eab80b600a7827d2ba48668d887 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 26 May 2015 01:36:20 +0200 Subject: Windows: first implementation of dynamic mode --- src/Mount/Mount.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Mount/Mount.h') diff --git a/src/Mount/Mount.h b/src/Mount/Mount.h index d6e18bb8..5a8e9fe4 100644 --- a/src/Mount/Mount.h +++ b/src/Mount/Mount.h @@ -52,6 +52,7 @@ typedef struct { Password *password; int* pkcs5; + int* pin; BOOL* truecryptMode; } PasswordDlgParam; -- cgit v1.2.3