X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-md5-test.c;h=47730cd71a0e1dd0125a1479b1752fd834d15970;hb=06d9213f132d05f61b65acc51de6f7ad1b42f48a;hp=b04635475b28d92454170f7f53c3391777d956f4;hpb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;p=avr-crypto-lib.git diff --git a/test_src/main-md5-test.c b/test_src/main-md5-test.c index b046354..47730cd 100644 --- a/test_src/main-md5-test.c +++ b/test_src/main-md5-test.c @@ -29,8 +29,8 @@ #include "md5.h" #include "nessie_hash_test.h" #include "performance_test.h" -#include "hfal/hfal_md5.h" -#include "hfal/hfal-performance.h" +#include "hfal_md5.h" +#include "hfal-performance.h" #include #include @@ -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},