diff options
Diffstat (limited to 'src/Common')
-rw-r--r-- | src/Common/Crypto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Common/Crypto.h b/src/Common/Crypto.h index e66ac18c..ac925094 100644 --- a/src/Common/Crypto.h +++ b/src/Common/Crypto.h | |||
@@ -159,6 +159,9 @@ typedef struct | |||
159 | # define PRAND_DISK_WIPE_PASSES 256 | 159 | # define PRAND_DISK_WIPE_PASSES 256 |
160 | #endif | 160 | #endif |
161 | 161 | ||
162 | /* specific value for volume header wipe used only when drive is fully wiped. */ | ||
163 | #define PRAND_HEADER_WIPE_PASSES 3 | ||
164 | |||
162 | #if !defined (TC_WINDOWS_BOOT) || defined (TC_WINDOWS_BOOT_AES) | 165 | #if !defined (TC_WINDOWS_BOOT) || defined (TC_WINDOWS_BOOT_AES) |
163 | # include "Aes.h" | 166 | # include "Aes.h" |
164 | #else | 167 | #else |