diff options
Diffstat (limited to 'src/Crypto/Sha2.c')
-rw-r--r-- | src/Crypto/Sha2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Crypto/Sha2.c b/src/Crypto/Sha2.c index 6bc0bd84..80758285 100644 --- a/src/Crypto/Sha2.c +++ b/src/Crypto/Sha2.c @@ -81,7 +81,7 @@ #if !defined(_UEFI) #include <string.h> /* for memcpy() etc. */ -#endif !defined(_UEFI) +#endif // !defined(_UEFI) #include "Sha2.h" |