1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Linux/MacOSX: align workspace stack variable in WhirlpoolTransform SSE code.

This commit is contained in:
Mounir IDRASSI
2017-07-01 17:34:36 +02:00
parent d8dd1accb4
commit e5728bd36e

View File

@@ -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__
(