X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-aes192-test.c;h=0eca624a04b000bc0bd828f7438d452e3a206f6f;hp=3d50e7d9998461f31c97c3244e1e95727d5e53a1;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8 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},