1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 11:28:26 -06:00

Linux/MacOSX: Solve compilation error linked to Camellia cipher addition.

This commit is contained in:
Mounir IDRASSI
2016-06-19 00:36:46 +02:00
parent 85cab3b85f
commit 45617a3285
3 changed files with 5 additions and 4 deletions

View File

@@ -51,6 +51,7 @@ OBJS += ../Crypto/Serpent.o
OBJS += ../Crypto/Sha2.o
OBJS += ../Crypto/Twofish.o
OBJS += ../Crypto/Whirlpool.o
OBJS += ../Crypto/Camellia.o
OBJS += ../Common/Crc.o
OBJS += ../Common/Endian.o