X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-whirlpool-0-test.c;h=c06618879af65939eb143e350ced348f397fa083;hp=3b973cb9a946886d409719e5071ec713bc63f4a9;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8 diff --git a/test_src/main-whirlpool-0-test.c b/test_src/main-whirlpool-0-test.c index 3b973cb..c066188 100644 --- a/test_src/main-whirlpool-0-test.c +++ b/test_src/main-whirlpool-0-test.c @@ -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 },