]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-shabal-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-shabal-test.c
index bcdc57aeef20e90b94527ff138a191221ce71868..cfbd6fe17b969c3e306945e7d677ca84aa78a19e 100644 (file)
@@ -43,7 +43,7 @@
 char* algo_name = "Shabal";
 
 
-const hfdesc_t* algolist[] PROGMEM = {
+const hfdesc_t* const algolist[] PROGMEM = {
        (hfdesc_t*)&shabal192_desc,
        (hfdesc_t*)&shabal224_desc,
        (hfdesc_t*)&shabal256_desc,
@@ -203,7 +203,7 @@ const char shavs_test1_str[] PROGMEM = "shavs_test1";
 const char shavs_test2_str[] PROGMEM = "shavs_test2";
 const char shavs_test3_str[] PROGMEM = "shavs_test3";
 
-cmdlist_entry_t cmdlist[] PROGMEM = {
+const cmdlist_entry_t cmdlist[] PROGMEM = {
        { nessie_str,          NULL, testrun_nessie_shabal          },
        { test_str,            NULL, testrun_stdtest_shabal         },
        { testinit192_str,     NULL, testinit_192                   },