mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Fix code compilation. (#1583)
* Fix "blake2b.h" header file location. * Include "blake2b.h" to fix compilation.
This commit is contained in:
@@ -205,7 +205,7 @@ typedef struct
|
||||
# include "Sha2.h"
|
||||
# include "Whirlpool.h"
|
||||
# include "argon2.h"
|
||||
# include "blake2b.h"
|
||||
# include "Crypto/Argon2/src/blake2/blake2b.h"
|
||||
# include "Streebog.h"
|
||||
# include "kuznyechik.h"
|
||||
# include "Camellia.h"
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
#include "Hash.h"
|
||||
|
||||
#include "Crypto/Argon2/src/blake2/blake2b.h"
|
||||
#include "Crypto/blake2s.h"
|
||||
#include "Crypto/Sha2.h"
|
||||
#include "Crypto/Whirlpool.h"
|
||||
|
||||
Reference in New Issue
Block a user