diff --git a/sha.h b/sha.h index 646f4c60..dfb389d2 100644 --- a/sha.h +++ b/sha.h @@ -11,7 +11,7 @@ #include "config.h" #include "iterhash.h" -#if (CRYPTOPP_BOOL_X86) +#if (CRYPTOPP_BOOL_X86 || CRYPTOPP_BOOL_X32) # define SHA_X86_ALIGN16 true #else # define SHA_X86_ALIGN16 false