]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-arcfour-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-arcfour-test.c
index 760479b21bae2a81532f6c337f170d03eaba94dc..9228188d97012cfd0fd809eed01c3c2a34f977df 100644 (file)
@@ -89,7 +89,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_arcfour },
        { test_str,        NULL, testrun_nessie_arcfour},
        { performance_str, NULL, testrun_performance_arcfour},