X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-keccak-test.c;h=5823da192fb050399b9427463a47fabfc040f14d;hp=f6ba4de74d98ad8f66215ed8c183eb68e2dcef16;hb=d70d1d77bab1a5f5278227d674bc59da0378fe15;hpb=d00ed9a275c69fa3512007452e479abd98dbe745 diff --git a/test_src/main-keccak-test.c b/test_src/main-keccak-test.c index f6ba4de..5823da1 100644 --- a/test_src/main-keccak-test.c +++ b/test_src/main-keccak-test.c @@ -34,12 +34,12 @@ #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 "keccak.h" -#include "hfal_keccak.h" +#include "hfal/hfal_keccak.h" void uart0_putc(char byte){ uart_putc(UART_0, byte);