diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-07-20 13:15:28 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:21:38 +0100 |
commit | 1ddae209326858f1c244a4b52ba2bd068cc8985a (patch) | |
tree | a1d3d9f62334a59ca05194fe7b73c7297a7bfc33 /src/Volume | |
parent | a5c1978eefe2fd0dbf1ab6b7cdcb019a9b913a40 (diff) | |
download | VeraCrypt-1ddae209326858f1c244a4b52ba2bd068cc8985a.tar.gz VeraCrypt-1ddae209326858f1c244a4b52ba2bd068cc8985a.zip |
Correct Linux compilation after removing legacy cryptographic code.
Diffstat (limited to 'src/Volume')
-rw-r--r-- | src/Volume/Volume.make | 2 |
1 files changed, 0 insertions, 2 deletions
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 |