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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user