]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-omac-noekeon-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-omac-noekeon-test.c
index 117a2e14fca3d2e35c8211e6b1edeb3ccfb0fe82..a5a0e7990d0746d652a026d785be7e95da241c5d 100644 (file)
@@ -157,7 +157,7 @@ const char test_str[]        PROGMEM = "test";
 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_omac_noekeon },
        { test_str,        NULL, testrun_test_omac_noekeon},
        { performance_str, NULL, testrun_performance_omac_noekeon},