summaryrefslogtreecommitdiff
path: root/sha.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-15 11:39:41 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-15 11:39:41 -0400
commit31533db4213f63f733866cbb038c9f263d4f4e74 (patch)
tree66c24db1cac29b8b4cf39726be9128ae630e32a8 /sha.h
parent7d1eb4fc8b39e1e9db1388ff2f55092049904e09 (diff)
downloadcryptopp-git-31533db4213f63f733866cbb038c9f263d4f4e74.tar.gz
Disable X32 for SHA (GH #686)
Thanks to Peter Cordes for the feedback
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 f7bfd4d6..23c9f6c1 100644
--- a/sha.h
+++ b/sha.h
@@ -11,7 +11,7 @@
#include "config.h"
#include "iterhash.h"
-#if (CRYPTOPP_BOOL_X86 || CRYPTOPP_BOOL_X32)
+#if (CRYPTOPP_BOOL_X86)
# define SHA_X86_ALIGN16 true
#else
# define SHA_X86_ALIGN16 false