X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-aes256-test.c;h=a1a19dd0244275721b9a9540608a0ae97e3f391e;hb=4655b60cc205079ebafec3db4a4b47f7a8336bda;hp=60258938b4112bb3aebb54cbdddfe701c3ed74ef;hpb=d1181933dc28db92d787cf5604e2fc96ab0d8f9f;p=avr-crypto-lib.git 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},