mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-13 03:48:26 -06:00
Windows Driver: fix "__chkstk" link error in debug build caused by some crypto functions using too much stack space for local variables.
This commit is contained in:
@@ -218,7 +218,7 @@ typedef SIMD_4x32 SIMD_32;
|
||||
} while(0);
|
||||
|
||||
|
||||
|
||||
#if (!defined (DEBUG) || !defined (TC_WINDOWS_DRIVER))
|
||||
/*
|
||||
* SIMD Serpent Encryption of 4 blocks in parallel
|
||||
*/
|
||||
@@ -330,7 +330,7 @@ extern "C" void serpent_simd_decrypt_blocks_4(const unsigned __int8 in[], unsign
|
||||
B2.store_le(out + 32);
|
||||
B3.store_le(out + 48);
|
||||
}
|
||||
|
||||
#endif
|
||||
#undef key_xor
|
||||
#undef transform
|
||||
#undef i_transform
|
||||
|
||||
Reference in New Issue
Block a user