X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-seed-test.c;h=b4c957c74d1a5b6dd97d9c971901e7b9491f60bb;hb=b97b5aeaa3569443d9b95a77a388c6615b33f9e3;hp=39fe0a0edb6cd673823ba726ec52c9ac1c2fe127;hpb=d1181933dc28db92d787cf5604e2fc96ab0d8f9f;p=avr-crypto-lib.git diff --git a/test_src/main-seed-test.c b/test_src/main-seed-test.c index 39fe0a0..b4c957c 100644 --- a/test_src/main-seed-test.c +++ b/test_src/main-seed-test.c @@ -44,7 +44,7 @@ char* algo_name = "Seed"; -const bcdesc_t* algolist[] PROGMEM = { +const bcdesc_t* const algolist[] PROGMEM = { (bcdesc_t*)&seed_desc, NULL }; @@ -131,7 +131,7 @@ const char test_str[] PROGMEM = "test"; 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_seed}, { test_str, NULL, testrun_seed}, { performance_str, NULL, testrun_performance_seed},