diff --git a/.wolfssl_known_macro_extras b/.wolfssl_known_macro_extras index d9977ea3cff..583422bea44 100644 --- a/.wolfssl_known_macro_extras +++ b/.wolfssl_known_macro_extras @@ -1028,6 +1028,7 @@ __BORLANDC__ __BSD_VISIBLE __CCRX__ __CC_ARM +__CHERI_PURE_CAPABILITY__ __COMPILER_VER__ __COUNTER__ __CYGWIN__ diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index 1f00a5c51dc..b2412fd7d6f 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -15738,7 +15738,7 @@ static wc_test_ret_t aes_cbc_iv_state_test(Aes* enc, Aes* dec, byte* cipher, * the wrong ciphertext block into aes->reg between calls (e.g. the * first block instead of the last) will fail the second KAT. */ { - WOLFSSL_SMALL_STACK_STATIC const byte msg4[] = { + static const byte msg4[] = { 0x6b,0xc1,0xbe,0xe2,0x2e,0x40,0x9f,0x96, 0xe9,0x3d,0x7e,0x11,0x73,0x93,0x17,0x2a, 0xae,0x2d,0x8a,0x57,0x1e,0x03,0xac,0x9c, @@ -15748,7 +15748,7 @@ static wc_test_ret_t aes_cbc_iv_state_test(Aes* enc, Aes* dec, byte* cipher, 0xf6,0x9f,0x24,0x45,0xdf,0x4f,0x9b,0x17, 0xad,0x2b,0x41,0x7b,0xe6,0x6c,0x37,0x10 }; - WOLFSSL_SMALL_STACK_STATIC const byte verify4[] = { + static const byte verify4[] = { 0x76,0x49,0xab,0xac,0x81,0x19,0xb2,0x46, 0xce,0xe9,0x8e,0x9b,0x12,0xe9,0x19,0x7d, 0x50,0x86,0xcb,0x9b,0x50,0x72,0x19,0xee,