Fix SHA-512 crash on Debian X32 (GH #578)

pull/574/merge
Jeffrey Walton 2018-01-28 11:34:57 -05:00
parent 69d5400b3f
commit 89a3fba081
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

2
sha.h
View File

@ -11,7 +11,7 @@
#include "config.h" #include "config.h"
#include "iterhash.h" #include "iterhash.h"
#if (CRYPTOPP_BOOL_X86) #if (CRYPTOPP_BOOL_X86 || CRYPTOPP_BOOL_X32)
# define SHA_X86_ALIGN16 true # define SHA_X86_ALIGN16 true
#else #else
# define SHA_X86_ALIGN16 false # define SHA_X86_ALIGN16 false