Correct Linux compilation after removing legacy cryptographic code.

This commit is contained in:
Mounir IDRASSI
2014-11-08 23:21:38 +01:00
parent a5c1978eef
commit 1ddae20932
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -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