X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-twister-test.c;h=2ac3180795f340c23fde9164d1c425247f1e9a6b;hb=b97b5aeaa3569443d9b95a77a388c6615b33f9e3;hp=b4efd944763823e7b4e4392cdb9d4e49ba6a93fa;hpb=302f07c97444e2f5f5560dc2fd9af58d4b591d45;p=avr-crypto-lib.git diff --git a/test_src/main-twister-test.c b/test_src/main-twister-test.c index b4efd94..2ac3180 100644 --- a/test_src/main-twister-test.c +++ b/test_src/main-twister-test.c @@ -47,7 +47,7 @@ char* algo_name = "TWISTER"; -const hfdesc_t* algolist[] PROGMEM = { +const hfdesc_t* const algolist[] PROGMEM = { (hfdesc_t*)&twister224_desc, (hfdesc_t*)&twister256_desc, (hfdesc_t*)&twister384_desc, @@ -127,7 +127,7 @@ const char shavs_list_str[] PROGMEM = "shavs_list"; const char shavs_set_str[] PROGMEM = "shavs_set"; const char shavs_test1_str[] PROGMEM = "shavs_test1"; -cmdlist_entry_t cmdlist[] PROGMEM = { +const cmdlist_entry_t cmdlist[] PROGMEM = { { nessie_str, NULL, testrun_nessie_twister}, { test_str, NULL, testrun_twister}, { performance_str, NULL, testrun_performance_twister},