X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-md5-test.c;h=47730cd71a0e1dd0125a1479b1752fd834d15970;hp=08c03cd620f2db282d761175696ed0d070418fbe;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8 diff --git a/test_src/main-md5-test.c b/test_src/main-md5-test.c index 08c03cd..47730cd 100644 --- a/test_src/main-md5-test.c +++ b/test_src/main-md5-test.c @@ -39,7 +39,7 @@ char* algo_name = "MD5"; -const hfdesc_t* algolist[] PROGMEM = { +const hfdesc_t* const algolist[] PROGMEM = { (hfdesc_t*)&md5_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_md5}, { test_str, NULL, testrun_md5}, { performance_str, NULL, testrun_performance_md5},