1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-13 11:58:26 -06:00

Linux: fix various compilation issues under Linux.

This commit is contained in:
Mounir IDRASSI
2016-08-17 00:06:57 +02:00
parent e47f94cb43
commit 2780ac962e
17 changed files with 2361 additions and 2329 deletions

View File

@@ -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
#endif