X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-hmac-sha256-test.c;h=b98fb203c6e59c3a8976eed662eaeb01dce0e20e;hp=b6ca3fab23057b8e42335389332580c6e0b649f9;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hpb=02ac3b653f3a11f284cc1a0cb0e983575f2f431b diff --git a/test_src/main-hmac-sha256-test.c b/test_src/main-hmac-sha256-test.c index b6ca3fa..b98fb20 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.h" +#include "sha256/sha256.h" #include "hmac-sha256.h" #include "cli.h"