1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-17 10:06:06 -05:00

Fix code compilation. (#1583)

* Fix "blake2b.h" header file location.

* Include "blake2b.h" to fix compilation.
This commit is contained in:
uni-kod
2025-08-31 09:32:33 +03:00
committed by GitHub
parent 26a754b198
commit 7de81cd42b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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"