diff options
Diffstat (limited to 'src/Common/BootEncryption.h')
-rw-r--r-- | src/Common/BootEncryption.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/BootEncryption.h b/src/Common/BootEncryption.h index 88830988..a52f286b 100644 --- a/src/Common/BootEncryption.h +++ b/src/Common/BootEncryption.h | |||
@@ -141,7 +141,7 @@ namespace VeraCrypt | |||
141 | void AbortSetup (); | 141 | void AbortSetup (); |
142 | void AbortSetupWait (); | 142 | void AbortSetupWait (); |
143 | void CallDriver (DWORD ioctl, void *input = nullptr, DWORD inputSize = 0, void *output = nullptr, DWORD outputSize = 0); | 143 | void CallDriver (DWORD ioctl, void *input = nullptr, DWORD inputSize = 0, void *output = nullptr, DWORD outputSize = 0); |
144 | int ChangePassword (Password *oldPassword, Password *newPassword, int pkcs5); | 144 | int ChangePassword (Password *oldPassword, Password *newPassword, int pkcs5, int wipePassCount); |
145 | void CheckDecoyOSWipeResult (); | 145 | void CheckDecoyOSWipeResult (); |
146 | void CheckEncryptionSetupResult (); | 146 | void CheckEncryptionSetupResult (); |
147 | void CheckRequirements (); | 147 | void CheckRequirements (); |