mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 03:53:29 +01:00
Linux/MacOSX: align workspace stack variable in WhirlpoolTransform SSE code.
This commit is contained in:
parent
d8dd1accb4
commit
e5728bd36e
@ -647,7 +647,7 @@ void WhirlpoolTransform(uint64 *digest, const uint64 *block)
|
||||
{
|
||||
#ifdef __GNUC__
|
||||
#if CRYPTOPP_BOOL_X64
|
||||
uint64 workspace[16];
|
||||
CRYPTOPP_ALIGN_DATA(16) uint64 workspace[16];
|
||||
#endif
|
||||
__asm__ __volatile__
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user