]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-khazad-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-khazad-test.c
index a6a49aba0f70cb4eeb92252ddcbc3d5e2a54d391..b5449fe8034f24d0e9ef0d37e58ea9f05d374df6 100644 (file)
@@ -39,7 +39,7 @@
 
 char* algo_name = "Khazad";
 
-const bcdesc_t* algolist[] PROGMEM = {
+const bcdesc_t* const algolist[] PROGMEM = {
        (bcdesc_t*)&khazad_desc,
        NULL
 };
@@ -103,7 +103,7 @@ const char test_sbox_str[]   PROGMEM = "test_sbox";
 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_khazad},
        { test_str,        NULL, test_khazad},
        { test_sbox_str,   NULL, test_sbox},