]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-serpent-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-serpent-test.c
index 85610f9645960d0c353a9103f4c66b747b2b5f51..ec456d66ebaa2a6876e7b0ed7dac37d2b08ea27e 100644 (file)
@@ -39,7 +39,7 @@
 
 char* algo_name = "Serpent";
 
-const bcdesc_t* algolist[] PROGMEM = {
+const bcdesc_t* const algolist[] PROGMEM = {
        (bcdesc_t*)&serpent_desc,
        NULL
 };
@@ -81,7 +81,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_serpent},
        { test_str,        NULL, testrun_test_serpent},
        { performance_str, NULL, testrun_performance_serpent},