X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-des-test.c;h=c1ef54f48d931a92a3d71541099a927be09978fc;hb=cc6b183296a5852449e3324737e2a2dece788786;hp=63d5f00c892fc8ec34d1862d710b6f70c63a28cc;hpb=548902530e99ffda615113aee335956ea92aab7c;p=avr-crypto-lib.git diff --git a/test_src/main-des-test.c b/test_src/main-des-test.c index 63d5f00..c1ef54f 100644 --- a/test_src/main-des-test.c +++ b/test_src/main-des-test.c @@ -27,7 +27,6 @@ #include "debug.h" #include "des.h" -#include "nessie_bc_test.h" #include "cli.h" #include "performance_test.h" #include "bcal-performance.h" @@ -42,7 +41,7 @@ char* algo_name = "DES"; -const bcdesc_t* algolist[] PROGMEM = { +const bcdesc_t* const algolist[] PROGMEM = { (bcdesc_t*)&des_desc, (bcdesc_t*)&tdes2_desc, (bcdesc_t*)&tdes_desc, @@ -68,7 +67,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_des }, { test_str, NULL, testrun_nessie_des }, { performance_str, NULL, testrun_performance_des},