VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Apidrvr.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-07-20 05:11:10 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:21:32 +0100
commit75f780871949e5bacca4718507e66c8d28d72e69 (patch)
treeb5e57e50960de3d508098e01b3d80397edb9b474 /src/Common/Apidrvr.h
parent0594532cf1d6bb5fc8886d1c99db4e3861185112 (diff)
downloadVeraCrypt-75f780871949e5bacca4718507e66c8d28d72e69.tar.gz
VeraCrypt-75f780871949e5bacca4718507e66c8d28d72e69.zip
Remove deprecated/legacy cryptographic algorithms and encryption modes that are never used by VeraCrypt. This will speed up volumes opening in many cases.
Diffstat (limited to 'src/Common/Apidrvr.h')
-rw-r--r--src/Common/Apidrvr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Common/Apidrvr.h b/src/Common/Apidrvr.h
index 1c7460eb..1a28dec0 100644
--- a/src/Common/Apidrvr.h
+++ b/src/Common/Apidrvr.h
@@ -133,10 +133,6 @@ typedef struct
133 BOOL readOnly; 133 BOOL readOnly;
134 BOOL removable; 134 BOOL removable;
135 BOOL partitionInInactiveSysEncScope; 135 BOOL partitionInInactiveSysEncScope;
136#if 0
137 unsigned __int64 volumeCreationTime; // Deprecated in v6.0
138 unsigned __int64 headerCreationTime; // Deprecated in v6.0
139#endif
140 uint32 volumeHeaderFlags; 136 uint32 volumeHeaderFlags;
141 unsigned __int64 totalBytesRead; 137 unsigned __int64 totalBytesRead;
142 unsigned __int64 totalBytesWritten; 138 unsigned __int64 totalBytesWritten;