]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-aes192-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-aes192-test.c
index 3d50e7d9998461f31c97c3244e1e95727d5e53a1..0eca624a04b000bc0bd828f7438d452e3a206f6f 100644 (file)
@@ -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},