From 75f780871949e5bacca4718507e66c8d28d72e69 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 20 Jul 2014 05:11:10 +0200 Subject: Remove deprecated/legacy cryptographic algorithms and encryption modes that are never used by VeraCrypt. This will speed up volumes opening in many cases. --- src/Common/Apidrvr.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Common/Apidrvr.h') 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 BOOL readOnly; BOOL removable; BOOL partitionInInactiveSysEncScope; -#if 0 - unsigned __int64 volumeCreationTime; // Deprecated in v6.0 - unsigned __int64 headerCreationTime; // Deprecated in v6.0 -#endif uint32 volumeHeaderFlags; unsigned __int64 totalBytesRead; unsigned __int64 totalBytesWritten; -- cgit v1.2.3