]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-hmac-sha256-test.c
some fixes, mainly at rsaes-pkcs1v15
[avr-crypto-lib.git] / test_src / main-hmac-sha256-test.c
index 0cc773af58f97b41fb0f98eb37f609d037f06132..6034ae2880cd063b4aaefdf6049af198996cf692 100644 (file)
@@ -22,7 +22,7 @@
 */
 
 #include "config.h"
-#include "serial-tools.h"
+
 #include "uart_i.h"
 #include "debug.h"
 
@@ -83,7 +83,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_hmacsha256},
        { test_str,        NULL, testrun_hmacsha256},
 /*     { performance_str, NULL, testrun_performance_hmacsha256}, */