VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-06-19 00:36:46 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-06-19 00:38:20 +0200
commit45617a3285430c7a3961b78234713f457c088bda (patch)
tree45482e4f7d041a3abc956460be37d88ccc805b6c /src/Crypto
parent85cab3b85f1d95fe54958c4bd207976dec027dd9 (diff)
downloadVeraCrypt-45617a3285430c7a3961b78234713f457c088bda.tar.gz
VeraCrypt-45617a3285430c7a3961b78234713f457c088bda.zip
Linux/MacOSX: Solve compilation error linked to Camellia cipher addition.
Diffstat (limited to 'src/Crypto')
-rw-r--r--src/Crypto/Camellia.c2
1 files changed, 1 insertions, 1 deletions
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"