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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user