1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows EFI: don't use optimized Serpent implementation for EFI bootloader because lack of C++ support in EDKII framework

This commit is contained in:
Mounir IDRASSI
2016-10-08 19:02:50 +02:00
parent 0ac4009720
commit 5547a605bd
2 changed files with 4 additions and 4 deletions

View File

@@ -193,7 +193,7 @@ typedef struct
#endif
#include "Aes_hw_cpu.h"
#if !defined (TC_WINDOWS_BOOT)
#if !defined (TC_WINDOWS_BOOT) && !defined (_UEFI)
# include "SerpentFast.h"
#else
# include "Serpent.h"