]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-hmac-sha256-test.c
clean up
[avr-crypto-lib.git] / test_src / main-hmac-sha256-test.c
index 0cc773af58f97b41fb0f98eb37f609d037f06132..b98fb203c6e59c3a8976eed662eaeb01dce0e20e 100644 (file)
 */
 
 #include "config.h"
-#include "serial-tools.h"
+
 #include "uart_i.h"
 #include "debug.h"
 
-#include "sha256.h"
+#include "sha256/sha256.h"
 #include "hmac-sha256.h"
 
 #include "cli.h"