X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-groestl-test.c;h=b51b049f22cc12a84a66f66630c58d8f65718e7f;hb=844f84ce4ba776bf5320b2e92db8b3a9e4d0d6d9;hp=ff47dc4c2a71e0edafb227e5c7b3c80020edc585;hpb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;p=avr-crypto-lib.git diff --git a/test_src/main-groestl-test.c b/test_src/main-groestl-test.c index ff47dc4..b51b049 100644 --- a/test_src/main-groestl-test.c +++ b/test_src/main-groestl-test.c @@ -28,11 +28,11 @@ #include "groestl_small.h" #include "groestl_large.h" -#include "hfal/hfal_groestl_small.h" -#include "hfal/hfal_groestl_large.h" -#include "hfal/hfal-nessie.h" -#include "hfal/hfal-test.h" -#include "hfal/hfal-performance.h" +#include "hfal_groestl_small.h" +#include "hfal_groestl_large.h" +#include "hfal-nessie.h" +#include "hfal-test.h" +#include "hfal-performance.h" #include "shavs.h" #include "cli.h" #include "nessie_hash_test.h" @@ -45,7 +45,7 @@ char* algo_name = "Groestl"; -const hfdesc_t* algolist[] PROGMEM = { +const hfdesc_t* const algolist[] PROGMEM = { (hfdesc_t*)&groestl224_desc, (hfdesc_t*)&groestl256_desc, (hfdesc_t*)&groestl384_desc, @@ -132,7 +132,7 @@ const char shavs_list_str[] PROGMEM = "shavs_list"; const char shavs_set_str[] PROGMEM = "shavs_set"; const char shavs_test1_str[] PROGMEM = "shavs_test1"; -cmdlist_entry_t cmdlist[] PROGMEM = { +const cmdlist_entry_t cmdlist[] PROGMEM = { { nessie_str, NULL, testrun_nessie_groestl}, { test_str, NULL, testrun_stdtest_groestl}, { testshort_str, NULL, testshort},