From 5547a605bd6a1aaa3e17903f9192cc923042c088 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 8 Oct 2016 19:02:50 +0200 Subject: Windows EFI: don't use optimized Serpent implementation for EFI bootloader because lack of C++ support in EDKII framework --- src/Common/Crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Crypto.h') diff --git a/src/Common/Crypto.h b/src/Common/Crypto.h index d654b0c4..8e8bace7 100644 --- a/src/Common/Crypto.h +++ b/src/Common/Crypto.h @@ -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" -- cgit v1.2.3