From 2780ac962ec75f548acb616dd810515e528ac0b1 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 17 Aug 2016 00:06:57 +0200 Subject: Linux: fix various compilation issues under Linux. --- src/Crypto/Serpent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Crypto/Serpent.c') diff --git a/src/Crypto/Serpent.c b/src/Crypto/Serpent.c index 25bcea96..5c3e6bb3 100644 --- a/src/Crypto/Serpent.c +++ b/src/Crypto/Serpent.c @@ -21,7 +21,7 @@ #if !defined(_UEFI) #include -#endif !defined(_UEFI) +#endif // !defined(_UEFI) // linear transformation #define LT(i,a,b,c,d,e) {\ -- cgit v1.2.3