]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-present-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-present-test.c
index b4e5b4967ca6b88f1fc303fdb07c858d0e5868c3..1b981fa720a1097fd509ffe2033d38553858c181 100644 (file)
@@ -39,7 +39,7 @@
 
 char* algo_name = "Present";
 
-const bcdesc_t* algolist[] PROGMEM = {
+const bcdesc_t* const algolist[] PROGMEM = {
        (bcdesc_t*)&present_desc,
        NULL
 };
@@ -105,7 +105,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_present},
        { test_str,        NULL, testrun_self_present},
        { performance_str, NULL, testrun_performance_present},