From 89a3fba0814cee93252d5e08547b4331ab4bcbd2 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 28 Jan 2018 11:34:57 -0500 Subject: Fix SHA-512 crash on Debian X32 (GH #578) --- sha.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sha.h') 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 -- cgit v1.2.1