X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-whirlpool-t-test.c;fp=test_src%2Fmain-whirlpool-t-test.c;h=1b446802f0e744eb98c4001d33610556c25e0622;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hp=c5475fae7426cb168887fb51cf0618a14877f9e2;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8;p=avr-crypto-lib.git diff --git a/test_src/main-whirlpool-t-test.c b/test_src/main-whirlpool-t-test.c index c5475fa..1b44680 100644 --- a/test_src/main-whirlpool-t-test.c +++ b/test_src/main-whirlpool-t-test.c @@ -42,7 +42,7 @@ char* algo_name = "Whirlpool-T"; -const hfdesc_t* algolist[] PROGMEM = { +const hfdesc_t* const algolist[] PROGMEM = { (hfdesc_t*)&whirlpool_t_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 },