X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-aes192-test.c;h=0eca624a04b000bc0bd828f7438d452e3a206f6f;hb=06d9213f132d05f61b65acc51de6f7ad1b42f48a;hp=3d50e7d9998461f31c97c3244e1e95727d5e53a1;hpb=d1181933dc28db92d787cf5604e2fc96ab0d8f9f;p=avr-crypto-lib.git diff --git a/test_src/main-aes192-test.c b/test_src/main-aes192-test.c index 3d50e7d..0eca624 100644 --- a/test_src/main-aes192-test.c +++ b/test_src/main-aes192-test.c @@ -40,7 +40,7 @@ char* algo_name = "AES-192"; -const bcdesc_t* algolist[] PROGMEM = { +const bcdesc_t* const algolist[] PROGMEM = { (bcdesc_t*)&aes192_desc, NULL }; @@ -96,7 +96,7 @@ const char testkey_str[] PROGMEM = "testkey"; const char performance_str[] PROGMEM = "performance"; const char echo_str[] PROGMEM = "echo"; -cmdlist_entry_t cmdlist[] PROGMEM = { +const cmdlist_entry_t cmdlist[] PROGMEM = { { nessie_str, NULL, testrun_nessie_aes }, { test_str, NULL, testrun_nessie_aes}, { testkey_str, NULL, testrun_testkey_aes},