X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-shacal1_enc-test.c;h=48b5051dc7c81f6e9fa0caecb858f4462b45132c;hb=cc6b183296a5852449e3324737e2a2dece788786;hp=137a35f998bc0318059776973d1e0b7d6b7a32eb;hpb=302f07c97444e2f5f5560dc2fd9af58d4b591d45;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},