diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Common/Crypto.c | 2 |
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 |