X-Git-Url: https://git.cryptolib.org/avr-crypto-lib.git?a=blobdiff_plain;f=test_src%2Fmain-shacal1_enc-test.c;h=48b5051dc7c81f6e9fa0caecb858f4462b45132c;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hp=137a35f998bc0318059776973d1e0b7d6b7a32eb;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8;p=avr-crypto-lib.git diff --git a/test_src/main-shacal1_enc-test.c b/test_src/main-shacal1_enc-test.c index 137a35f..48b5051 100644 --- a/test_src/main-shacal1_enc-test.c +++ b/test_src/main-shacal1_enc-test.c @@ -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},