Skip to content
Snippets Groups Projects
Commit 100223be authored by Niels Möller's avatar Niels Möller
Browse files

(test_main): Use static const for msg.

Rev: src/nettle/testsuite/cbc-test.c:1.5
parent 63cac81f
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ test_cbc_bulk(void)
int
test_main(void)
{
uint8_t msg[2 * AES_BLOCK_SIZE] = "Listen, I'll say this only once!";
static const uint8_t msg[2 * AES_BLOCK_SIZE] = "Listen, I'll say this only once!";
/* Intermediate values:
* iv XOR first message block:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment