Fix SHA-512 crash on Debian X32 (GH #578)
parent
69d5400b3f
commit
89a3fba081
2
sha.h
2
sha.h
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue