From 45617a3285430c7a3961b78234713f457c088bda Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 19 Jun 2016 00:36:46 +0200 Subject: Linux/MacOSX: Solve compilation error linked to Camellia cipher addition. --- src/Volume/Volume.make | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Volume/Volume.make') diff --git a/src/Volume/Volume.make b/src/Volume/Volume.make index 0ef42ac7..2888db78 100644 --- a/src/Volume/Volume.make +++ b/src/Volume/Volume.make @@ -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 -- cgit v1.2.3