mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 04:34:41 +02:00
Merge pull request #9019 from ribes96/word64_literal
wolfcrypt test: Fix build on 32 bit machines
This commit is contained in:
@@ -13171,7 +13171,7 @@ static wc_test_ret_t aes_xts_sector_test(void)
|
||||
0x24, 0xe7, 0x3d, 0x6f
|
||||
};
|
||||
|
||||
word64 s3 = 0x000000ffffffffff;
|
||||
word64 s3 = W64LIT(0x000000ffffffffff);
|
||||
#endif
|
||||
|
||||
#if defined(WOLFSSL_SMALL_STACK) && !defined(WOLFSSL_NO_MALLOC)
|
||||
|
Reference in New Issue
Block a user