VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Wipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Wipe.h')
-rw-r--r--src/Common/Wipe.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Common/Wipe.h b/src/Common/Wipe.h
index dd331c9d..a30a9139 100644
--- a/src/Common/Wipe.h
+++ b/src/Common/Wipe.h
@@ -24,7 +24,8 @@ typedef enum
24 TC_WIPE_1_RAND = 100, 24 TC_WIPE_1_RAND = 100,
25 TC_WIPE_3_DOD_5220 = 300, 25 TC_WIPE_3_DOD_5220 = 300,
26 TC_WIPE_7_DOD_5220 = 700, 26 TC_WIPE_7_DOD_5220 = 700,
27 TC_WIPE_35_GUTMANN = 3500 27 TC_WIPE_35_GUTMANN = 3500,
28 TC_WIPE_256 = 25600
28 29
29} WipeAlgorithmId; 30} WipeAlgorithmId;
30 31