X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-cscipher-test.c;h=eb49a4500281a58f391dc85a4849bd0584058496;hp=4de929a03ceacba8626ae91e563b23f91dc38536;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8 diff --git a/test_src/main-cscipher-test.c b/test_src/main-cscipher-test.c index 4de929a..eb49a45 100644 --- a/test_src/main-cscipher-test.c +++ b/test_src/main-cscipher-test.c @@ -39,7 +39,7 @@ char* algo_name = "CS-Cipher"; -const bcdesc_t* algolist[] PROGMEM = { +const bcdesc_t* const algolist[] PROGMEM = { (bcdesc_t*)&cscipher_desc, NULL }; @@ -138,7 +138,7 @@ const char longtest_str[] PROGMEM = "longtest"; 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_cscipher }, { test_str, NULL, testrun_cscipher}, { longtest_str, NULL, testrun_long_cscipher},