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/Crypto/Camellia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Crypto') diff --git a/src/Crypto/Camellia.c b/src/Crypto/Camellia.c index 3c718708..33cf818c 100644 --- a/src/Crypto/Camellia.c +++ b/src/Crypto/Camellia.c @@ -6,7 +6,7 @@ and released into public domain. /* Adapted for VeraCrypt */ -#include "camellia.h" +#include "Camellia.h" #include "Common/Endian.h" #include "Crypto/misc.h" -- cgit v1.2.3