]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-xtea-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-xtea-test.c
index 778d9cdce7bee6644fced7a79bcff54a5f3c8417..42b5ee51ea0e240baa40743246a45bf744dace55 100644 (file)
@@ -39,7 +39,7 @@
 
 char* algo_name = "XTEA";
 
-const bcdesc_t* algolist[] PROGMEM = {
+const bcdesc_t* const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const const algolist[] PROGMEM = {
        (bcdesc_t*)&xtea_desc,
        NULL
 };
@@ -82,7 +82,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_xtea},
        { test_str,        NULL, test_xtea},
        { performance_str, NULL, testrun_performance_xtea},