mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Correct Linux compilation after removing legacy cryptographic code.
This commit is contained in:
@@ -1183,7 +1183,7 @@ namespace VeraCrypt
|
|||||||
|
|
||||||
#ifdef TC_LINUX
|
#ifdef TC_LINUX
|
||||||
if (!Preferences.NonInteractive && !Preferences.DisableKernelEncryptionModeWarning
|
if (!Preferences.NonInteractive && !Preferences.DisableKernelEncryptionModeWarning
|
||||||
&& volume->EncryptionModeName != L"XTS"
|
&& volume->EncryptionModeName != L"XTS")
|
||||||
{
|
{
|
||||||
ShowWarning (LangString["ENCRYPTION_MODE_NOT_SUPPORTED_BY_KERNEL"]);
|
ShowWarning (LangString["ENCRYPTION_MODE_NOT_SUPPORTED_BY_KERNEL"]);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,8 +10,6 @@ OBJS :=
|
|||||||
OBJS += Cipher.o
|
OBJS += Cipher.o
|
||||||
OBJS += EncryptionAlgorithm.o
|
OBJS += EncryptionAlgorithm.o
|
||||||
OBJS += EncryptionMode.o
|
OBJS += EncryptionMode.o
|
||||||
OBJS += EncryptionModeCBC.o
|
|
||||||
OBJS += EncryptionModeLRW.o
|
|
||||||
OBJS += EncryptionModeXTS.o
|
OBJS += EncryptionModeXTS.o
|
||||||
OBJS += EncryptionTest.o
|
OBJS += EncryptionTest.o
|
||||||
OBJS += EncryptionThreadPool.o
|
OBJS += EncryptionThreadPool.o
|
||||||
|
|||||||
Reference in New Issue
Block a user