Merge pull request #9019 from ribes96/word64_literal

wolfcrypt test: Fix build on 32 bit machines
This commit is contained in:
Sean Parkinson
2025-07-22 16:23:02 +10:00
committed by GitHub

View File

@@ -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)