]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-whirlpool-0-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-whirlpool-0-test.c
index 3b973cb9a946886d409719e5071ec713bc63f4a9..c06618879af65939eb143e350ced348f397fa083 100644 (file)
@@ -42,7 +42,7 @@
 
 char* algo_name = "Whirlpool-0";
 
-const hfdesc_t* algolist[] PROGMEM = {
+const hfdesc_t* const algolist[] PROGMEM = {
        (hfdesc_t*)&whirlpool_0_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              },