X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-cast6-test.c;h=bcd97744f50200846246e83096ee91f440a8dcc4;hp=78d5b6343df16b109e6ce715fe04f743fd718608;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8 diff --git a/test_src/main-cast6-test.c b/test_src/main-cast6-test.c index 78d5b63..bcd9774 100644 --- a/test_src/main-cast6-test.c +++ b/test_src/main-cast6-test.c @@ -22,7 +22,7 @@ char* algo_name = "CAST-256"; -const bcdesc_t* algolist[] PROGMEM = { +const bcdesc_t* const algolist[] PROGMEM = { (bcdesc_t*)&cast6_desc, NULL }; @@ -108,7 +108,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_cast6 }, { test_str, NULL, testrun_rfc_cast6}, { performance_str, NULL, testrun_performance_cast6},