]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-cast5-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-cast5-test.c
index 26e8274de6326d6312d02561d35b8a8b56fcf1e8..56580e2c5eedbdc62ece00765419aefa263f249f 100644 (file)
@@ -39,7 +39,7 @@
 
 char* algo_name = "cast-128 (cast5)";
 
-const bcdesc_t* algolist[] PROGMEM = {
+const bcdesc_t* const algolist[] PROGMEM = {
        (bcdesc_t*)&cast5_desc,
        NULL
 };
@@ -163,7 +163,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_cast5},
        { test_str,        NULL, testrun_cast5},
        { performance_str, NULL, testrun_performance_cast5},