diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-08-17 00:06:57 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-08-17 00:08:18 +0200 |
commit | 2780ac962ec75f548acb616dd810515e528ac0b1 (patch) | |
tree | 3c89dab46a6f225b8e2caf04a8d51c6a29b0e6f0 /src/Crypto/GostCipher.c | |
parent | e47f94cb4329cfefb0a9c4efaa353a1b54268b46 (diff) | |
download | VeraCrypt-2780ac962ec75f548acb616dd810515e528ac0b1.tar.gz VeraCrypt-2780ac962ec75f548acb616dd810515e528ac0b1.zip |
Linux: fix various compilation issues under Linux.
Diffstat (limited to 'src/Crypto/GostCipher.c')
-rw-r--r-- | src/Crypto/GostCipher.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Crypto/GostCipher.c b/src/Crypto/GostCipher.c index ec09bddf..925fdfaa 100644 --- a/src/Crypto/GostCipher.c +++ b/src/Crypto/GostCipher.c @@ -15,7 +15,6 @@ Dynamic SBOX idea is from GostCrypt project. Copyright (c) 2008-2011 TrueCrypt D #include "GostCipher.h" #include "Streebog.h" -#include "common\Tcdefs.h" #include "cpu.h" #if defined(CIPHER_GOST89) @@ -266,4 +265,4 @@ void gost_decrypt(const byte *in, byte *out, gost_kds *ks, int count) { #endif } -#endif
\ No newline at end of file +#endif |