summaryrefslogtreecommitdiff
path: root/sha.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-28 11:34:57 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-28 11:34:57 -0500
commit89a3fba0814cee93252d5e08547b4331ab4bcbd2 (patch)
treea846388981549d3af14207168268138331da434d /sha.h
parent69d5400b3fb06a9a1c276ac8c379b2d568886bdf (diff)
downloadcryptopp-git-89a3fba0814cee93252d5e08547b4331ab4bcbd2.tar.gz
Fix SHA-512 crash on Debian X32 (GH #578)
Diffstat (limited to 'sha.h')
-rw-r--r--sha.h2
1 files changed, 1 insertions, 1 deletions
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