X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-seed-test.c;h=b4c957c74d1a5b6dd97d9c971901e7b9491f60bb;hp=39fe0a0edb6cd673823ba726ec52c9ac1c2fe127;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8 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},