]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-seed-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-seed-test.c
index 39fe0a0edb6cd673823ba726ec52c9ac1c2fe127..b4c957c74d1a5b6dd97d9c971901e7b9491f60bb 100644 (file)
@@ -44,7 +44,7 @@
 
 char* algo_name = "Seed";
 
-const bcdesc_t* algolist[] PROGMEM = {
+const bcdesc_t* const algolist[] PROGMEM = {
        (bcdesc_t*)&seed_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_seed},
        { test_str,        NULL, testrun_seed},
        { performance_str, NULL, testrun_performance_seed},