X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-hmac-sha256-test.c;h=b6ca3fab23057b8e42335389332580c6e0b649f9;hp=b98fb203c6e59c3a8976eed662eaeb01dce0e20e;hb=b8d6b2bd3ddea45506f584c7d44fe5fff0557ed1;hpb=8007e094d9e9e9477a08978c5ad2d96c6cb8bb66 diff --git a/test_src/main-hmac-sha256-test.c b/test_src/main-hmac-sha256-test.c index b98fb20..b6ca3fa 100644 --- a/test_src/main-hmac-sha256-test.c +++ b/test_src/main-hmac-sha256-test.c @@ -26,7 +26,7 @@ #include "uart_i.h" #include "debug.h" -#include "sha256/sha256.h" +#include "sha256.h" #include "hmac-sha256.h" #include "cli.h"