]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-hmac-md5-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-hmac-md5-test.c
index 0ae2d663a51caac8e575b357b09fd269f0a3ceaf..dc495367c346a73bbc60330bbf7d767c9db1d03c 100644 (file)
@@ -26,7 +26,7 @@
 #include "uart_i.h"
 #include "debug.h"
 
-#include "md5/md5.h"
+#include "md5.h"
 #include "hmac-md5.h"
 /*
 #include "base64_enc.h"
@@ -170,7 +170,7 @@ const char hmd5i_str[]       PROGMEM = "hmac-md5";
 const char md5i_str[]        PROGMEM = "md5";
 
 
-cmdlist_entry_t cmdlist[] PROGMEM = {
+const cmdlist_entry_t cmdlist[] PROGMEM = {
        { nessie_str,      NULL, testrun_nessie_hmacmd5},
        { test_str,        NULL, testrun_test_hmacmd5},
        { hmd5i_str,       NULL, hmacmd5_interactive},