]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-base64-test.c
a lot of fixes
[avr-crypto-lib.git] / test_src / main-base64-test.c
index 61878744cd4d01e43491e09b09668093003ed88c..6bcdde150bed802610e3c091da9e841f506650fd 100644 (file)
@@ -26,8 +26,8 @@
 #include "uart_i.h"
 #include "debug.h"
 
-#include "noekeon/noekeon.h"
-#include "noekeon/noekeon_prng.h"
+#include "noekeon.h"
+#include "noekeon_prng.h"
 #include "base64_enc.h"
 #include "base64_dec.h"
 
@@ -144,7 +144,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 = {
        { test_str,        NULL, testrun_stdtest_base64},
        { performance_str, NULL, testrun_performance_base64},
        { echo_str,    (void*)1, (void_fpt)echo_ctrl},