diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Main/TextUserInterface.cpp | 2 | ||||
-rw-r--r-- | src/Volume/Volume.make | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/Main/TextUserInterface.cpp b/src/Main/TextUserInterface.cpp index 12647707..d83515f3 100644 --- a/src/Main/TextUserInterface.cpp +++ b/src/Main/TextUserInterface.cpp @@ -1183,7 +1183,7 @@ namespace VeraCrypt #ifdef TC_LINUX if (!Preferences.NonInteractive && !Preferences.DisableKernelEncryptionModeWarning - && volume->EncryptionModeName != L"XTS" + && volume->EncryptionModeName != L"XTS") { ShowWarning (LangString["ENCRYPTION_MODE_NOT_SUPPORTED_BY_KERNEL"]); } diff --git a/src/Volume/Volume.make b/src/Volume/Volume.make index 528e8876..25c18441 100644 --- a/src/Volume/Volume.make +++ b/src/Volume/Volume.make @@ -10,8 +10,6 @@ OBJS := OBJS += Cipher.o OBJS += EncryptionAlgorithm.o OBJS += EncryptionMode.o -OBJS += EncryptionModeCBC.o -OBJS += EncryptionModeLRW.o OBJS += EncryptionModeXTS.o OBJS += EncryptionTest.o OBJS += EncryptionThreadPool.o |