]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-shacal1_enc-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-shacal1_enc-test.c
index 137a35f998bc0318059776973d1e0b7d6b7a32eb..48b5051dc7c81f6e9fa0caecb858f4462b45132c 100644 (file)
@@ -88,7 +88,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_shacal1enc},
        { test_str,        NULL, testrun_nessie_shacal1enc},
        { performance_str, NULL, testrun_performance_shacal1enc},