diff --git a/src/fundamental/sha256.c b/src/fundamental/sha256.c index 67d83b5f1c..f089594796 100644 --- a/src/fundamental/sha256.c +++ b/src/fundamental/sha256.c @@ -60,7 +60,7 @@ # define UNALIGNED_P(p) (((size_t) p) % sizeof(uint32_t) != 0) # endif #else -# define UNALIGNED_P(p) false +# define UNALIGNED_P(p) sd_false #endif /* This array contains the bytes used to pad the buffer to the next