X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-cast5-test.c;h=56580e2c5eedbdc62ece00765419aefa263f249f;hp=26e8274de6326d6312d02561d35b8a8b56fcf1e8;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8 diff --git a/test_src/main-cast5-test.c b/test_src/main-cast5-test.c index 26e8274..56580e2 100644 --- a/test_src/main-cast5-test.c +++ b/test_src/main-cast5-test.c @@ -39,7 +39,7 @@ char* algo_name = "cast-128 (cast5)"; -const bcdesc_t* algolist[] PROGMEM = { +const bcdesc_t* const algolist[] PROGMEM = { (bcdesc_t*)&cast5_desc, NULL }; @@ -163,7 +163,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_cast5}, { test_str, NULL, testrun_cast5}, { performance_str, NULL, testrun_performance_cast5},