X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-md5-test.c;h=47730cd71a0e1dd0125a1479b1752fd834d15970;hb=4655b60cc205079ebafec3db4a4b47f7a8336bda;hp=fdafb204e517b27992cf805a034dfe9fe62c872c;hpb=7701e318e4e2bac7f84dbf6e368f1501814948fc;p=avr-crypto-lib.git diff --git a/test_src/main-md5-test.c b/test_src/main-md5-test.c index fdafb20..47730cd 100644 --- a/test_src/main-md5-test.c +++ b/test_src/main-md5-test.c @@ -22,7 +22,7 @@ */ #include "config.h" -#include "serial-tools.h" + #include "uart_i.h" #include "debug.h" @@ -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},