]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-aes256-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-aes256-test.c
index 60258938b4112bb3aebb54cbdddfe701c3ed74ef..a1a19dd0244275721b9a9540608a0ae97e3f391e 100644 (file)
@@ -40,7 +40,7 @@
 
 char* algo_name = "AES-256";
 
-const bcdesc_t* algolist[] PROGMEM = {
+const bcdesc_t* const algolist[] PROGMEM = {
        (bcdesc_t*)&aes256_desc,
        NULL
 };
@@ -95,7 +95,7 @@ const char testkey_str[]     PROGMEM = "testkey";
 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_aes },
        { test_str,        NULL, testrun_nessie_aes},
        { testkey_str,     NULL, testrun_testkey_aes},