X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-aes256-test.c;h=a1a19dd0244275721b9a9540608a0ae97e3f391e;hp=60258938b4112bb3aebb54cbdddfe701c3ed74ef;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8 diff --git a/test_src/main-aes256-test.c b/test_src/main-aes256-test.c index 6025893..a1a19dd 100644 --- a/test_src/main-aes256-test.c +++ b/test_src/main-aes256-test.c @@ -40,7 +40,7 @@ char* algo_name = "AES-256"; -const bcdesc_t* algolist[] PROGMEM = { +const bcdesc_t* const algolist[] PROGMEM = { (bcdesc_t*)&aes256_desc, NULL }; @@ -95,7 +95,7 @@ const char testkey_str[] PROGMEM = "testkey"; const char performance_str[] PROGMEM = "performance"; const char echo_str[] PROGMEM = "echo"; -cmdlist_entry_t cmdlist[] PROGMEM = { +const cmdlist_entry_t cmdlist[] PROGMEM = { { nessie_str, NULL, testrun_nessie_aes }, { test_str, NULL, testrun_nessie_aes}, { testkey_str, NULL, testrun_testkey_aes},