]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-whirlpool-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-whirlpool-test.c
index 4d0cfe4a076ccbb478cb42da300653125da263da..c2cc71b7e645bbda04bafdda95a57d337023099e 100644 (file)
@@ -42,7 +42,7 @@
 
 char* algo_name = "Whirlpool";
 
-const hfdesc_t* algolist[] PROGMEM = {
+const hfdesc_t* const algolist[] PROGMEM = {
        (hfdesc_t*)&whirlpool_desc,
        NULL
 };
@@ -140,7 +140,7 @@ const char shavs_test2_str[] PROGMEM = "shavs_test2";
 const char shavs_test3_str[] PROGMEM = "shavs_test3";
 const char dump_str[]        PROGMEM = "dump";
 
-cmdlist_entry_t cmdlist[] PROGMEM = {
+const cmdlist_entry_t cmdlist[] PROGMEM = {
        { nessie_str,          NULL, testrun_nessie_whirlpool       },
        { nessie2_str,         NULL, testrun_nessie2                },
        { test_str,            NULL, testrun_whirlpool              },