VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2024-11-15 11:16:19 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2024-11-15 11:16:19 +0100
commitde9e472d10f6b3a6385ec701b03b4156fab7fec4 (patch)
tree9ee113d474dd6d146f448be80caf6e88af68d549 /src
parent21e61c8dedd7161e6e4a7e150623e767aa091359 (diff)
downloadVeraCrypt-de9e472d10f6b3a6385ec701b03b4156fab7fec4.tar.gz
VeraCrypt-de9e472d10f6b3a6385ec701b03b4156fab7fec4.zip
Windows: Fix build of MBR bootloader
Diffstat (limited to 'src')
-rw-r--r--src/Common/Crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Crypto.c b/src/Common/Crypto.c
index 5a10e995..ed63a9a6 100644
--- a/src/Common/Crypto.c
+++ b/src/Common/Crypto.c
@@ -16,7 +16,6 @@
#include "Xts.h"
#include "Crc.h"
#include "Common/Endian.h"
-#include "Crypto/t1ha.h"
#if !defined(_UEFI)
#include <string.h>
#ifndef TC_WINDOWS_BOOT
@@ -27,6 +26,7 @@
#else
#include <strsafe.h>
#endif
+#include "Crypto/t1ha.h"
#include "EncryptionThreadPool.h"
#endif
#endif