diff options
Diffstat (limited to 'src/tests/aes_cbc_test.c')
| -rw-r--r-- | src/tests/aes_cbc_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/aes_cbc_test.c b/src/tests/aes_cbc_test.c index 77622b253..371ec81b8 100644 --- a/src/tests/aes_cbc_test.c +++ b/src/tests/aes_cbc_test.c @@ -86,7 +86,7 @@ struct aes_cbc_test { static const uint8_t name ## _iv [] = iv_array; \ static const uint8_t name ## _plaintext [] = plaintext_array; \ static const uint8_t name ## _ciphertext [] = ciphertext_array; \ - static const struct aes_cbc_test name = { \ + static struct aes_cbc_test name = { \ .key = name ## _key, \ .key_len = sizeof ( name ## _key ), \ .iv = name ## _iv, \ |
