X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-blake-test.c;h=9159b9a4db0a0f51ba19254bc42a55061eb4d037;hb=d70d1d77bab1a5f5278227d674bc59da0378fe15;hp=7a6fc12c5d7c7ca1431e04442e6b7640a2ecca13;hpb=d00ed9a275c69fa3512007452e479abd98dbe745;p=arm-crypto-lib.git diff --git a/test_src/main-blake-test.c b/test_src/main-blake-test.c index 7a6fc12..9159b9a 100644 --- a/test_src/main-blake-test.c +++ b/test_src/main-blake-test.c @@ -33,14 +33,14 @@ #include "shavs.h" #include "nessie_hash_test.h" #include "performance_test.h" -#include "hfal-nessie.h" -#include "hfal-performance.h" -#include "hfal-test.h" +#include "hfal/hfal-nessie.h" +#include "hfal/hfal-performance.h" +#include "hfal/hfal-test.h" #include "blake_small.h" #include "blake_large.h" -#include "hfal_blake_small.h" -#include "hfal_blake_large.h" +#include "hfal/hfal_blake_small.h" +#include "hfal/hfal_blake_large.h" char* algo_name = "Blake";