diff options
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 |