]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-shacal2_enc-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-shacal2_enc-test.c
index c3e39c38b65890d41344984f9c63fedaaddabdf1..0d6110b8c7a6d8d18f09c553cb0b3fb3b935aeaa 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_shacal2enc},
        { test_str,        NULL, testrun_nessie_shacal2enc},
        { performance_str, NULL, testrun_performance_shacal2enc},