X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-sha256-test.c;h=872e071279f101fed593d7bf180d87e9ce146506;hb=7ce0cfaf621e263fc99e59e86b3e0446b0256834;hp=66e501891c32eddbc4189f32d4a80bae5b2ddae2;hpb=d70d1d77bab1a5f5278227d674bc59da0378fe15;p=arm-crypto-lib.git diff --git a/test_src/main-sha256-test.c b/test_src/main-sha256-test.c index 66e5018..872e071 100644 --- a/test_src/main-sha256-test.c +++ b/test_src/main-sha256-test.c @@ -34,12 +34,12 @@ #include "shavs.h" #include "nessie_hash_test.h" #include "performance_test.h" -#include "hfal/hfal-nessie.h" -#include "hfal/hfal-performance.h" -#include "hfal/hfal-test.h" +#include "hfal-nessie.h" +#include "hfal-performance.h" +#include "hfal-test.h" #include "sha256.h" -#include "hfal/hfal_sha256.h" +#include "hfal_sha256.h" void uart0_putc(char byte){ uart_putc(UART_0, byte);