Skip to content

Commit e4b9ac4

Browse files
authored
Merge pull request #10480 from douzzer/20260513-fixes
20260513-fixes
2 parents 497ed98 + ffab43a commit e4b9ac4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.wolfssl_known_macro_extras

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,7 @@ __BORLANDC__
10281028
__BSD_VISIBLE
10291029
__CCRX__
10301030
__CC_ARM
1031+
__CHERI_PURE_CAPABILITY__
10311032
__COMPILER_VER__
10321033
__COUNTER__
10331034
__CYGWIN__

wolfcrypt/test/test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15738,7 +15738,7 @@ static wc_test_ret_t aes_cbc_iv_state_test(Aes* enc, Aes* dec, byte* cipher,
1573815738
* the wrong ciphertext block into aes->reg between calls (e.g. the
1573915739
* first block instead of the last) will fail the second KAT. */
1574015740
{
15741-
WOLFSSL_SMALL_STACK_STATIC const byte msg4[] = {
15741+
static const byte msg4[] = {
1574215742
0x6b,0xc1,0xbe,0xe2,0x2e,0x40,0x9f,0x96,
1574315743
0xe9,0x3d,0x7e,0x11,0x73,0x93,0x17,0x2a,
1574415744
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,
1574815748
0xf6,0x9f,0x24,0x45,0xdf,0x4f,0x9b,0x17,
1574915749
0xad,0x2b,0x41,0x7b,0xe6,0x6c,0x37,0x10
1575015750
};
15751-
WOLFSSL_SMALL_STACK_STATIC const byte verify4[] = {
15751+
static const byte verify4[] = {
1575215752
0x76,0x49,0xab,0xac,0x81,0x19,0xb2,0x46,
1575315753
0xce,0xe9,0x8e,0x9b,0x12,0xe9,0x19,0x7d,
1575415754
0x50,0x86,0xcb,0x9b,0x50,0x72,0x19,0xee,

0 commit comments

Comments
 (0)