Skip to content

Commit 5dd30c2

Browse files
committed
wolfcrypt/test/test.c: reapply lost fixes from 03cee6f to aes_cbc_iv_state_test() (lost in #10404 / df5b2b6).
1 parent 497ed98 commit 5dd30c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)