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