1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -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

@@ -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"