diff options
Diffstat (limited to 'src/Crypto/Serpent.c')
-rw-r--r-- | src/Crypto/Serpent.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Crypto/Serpent.c b/src/Crypto/Serpent.c index 23c1c504..25bcea96 100644 --- a/src/Crypto/Serpent.c +++ b/src/Crypto/Serpent.c @@ -19,7 +19,9 @@ #include "Crypto/misc.h" #endif +#if !defined(_UEFI) #include <memory.h> +#endif !defined(_UEFI) // linear transformation #define LT(i,a,b,c,d,e) {\ |