X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-aes128-test.c;h=d90c8bdd6836779a12b979b4f6e4d600222d3428;hp=2c8e7f379e54c2ff3615fd3b706ba61eaf0f2acf;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8 diff --git a/test_src/main-aes128-test.c b/test_src/main-aes128-test.c index 2c8e7f3..d90c8bd 100644 --- a/test_src/main-aes128-test.c +++ b/test_src/main-aes128-test.c @@ -40,7 +40,7 @@ char* algo_name = "AES-128"; -const bcdesc_t* algolist[] PROGMEM = { +const bcdesc_t* const algolist[] PROGMEM = { (bcdesc_t*)&aes128_desc, NULL }; @@ -117,7 +117,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_test_aes}, { testkey_str, NULL, testrun_testkey_aes},