]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-dsa-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-dsa-test.c
index acbffa9e4ac0572e385da33dd43d293a81672467..89e177c292e2060200fd5c48b673efe542c947b1 100644 (file)
@@ -169,7 +169,7 @@ const char quick_test_str[]       PROGMEM = "quick-test";
 const char performance_str[]      PROGMEM = "performance";
 const char echo_str[]             PROGMEM = "echo";
 
-cmdlist_entry_t cmdlist[] PROGMEM = {
+const const cmdlist_entry_t cmdlist[] PROGMEM = {
        { reset_prng_str,       NULL, reset_prng                    },
        { quick_test_str,       NULL, quick_test                    },
        { performance_str,      NULL, testrun_performance_bigint    },