mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Remove remaining legacy cryptographic algorithms that are never used by VeraCrypt.
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#ifndef TC_WINDOWS
|
||||
#include <errno.h>
|
||||
#endif
|
||||
#include "EncryptionModeLRW.h"
|
||||
#include "EncryptionModeXTS.h"
|
||||
#include "Volume.h"
|
||||
#include "VolumeHeader.h"
|
||||
@@ -226,10 +225,6 @@ namespace VeraCrypt
|
||||
|
||||
mode.SetSectorOffset (partitionStartOffset / ENCRYPTION_DATA_UNIT_SIZE);
|
||||
}
|
||||
else if (typeid (mode) == typeid (EncryptionModeLRW))
|
||||
{
|
||||
mode.SetSectorOffset (VolumeDataOffset / SectorSize);
|
||||
}
|
||||
|
||||
// Volume protection
|
||||
if (Protection == VolumeProtection::HiddenVolumeReadOnly)
|
||||
|
||||
Reference in New Issue
Block a user