X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-aes128-test.c;h=1410d92749efca0f4d0681fab0ddec11fd1f6adc;hp=4bd2e9731f084c47a6c5cb06089838f2a3231fcd;hb=b8d6b2bd3ddea45506f584c7d44fe5fff0557ed1;hpb=8007e094d9e9e9477a08978c5ad2d96c6cb8bb66 diff --git a/test_src/main-aes128-test.c b/test_src/main-aes128-test.c index 4bd2e97..1410d92 100644 --- a/test_src/main-aes128-test.c +++ b/test_src/main-aes128-test.c @@ -26,13 +26,13 @@ #include "uart_i.h" #include "debug.h" -#include "aes/aes.h" +#include "aes.h" #include "nessie_bc_test.h" #include "cli.h" #include "performance_test.h" #include "blockcipher_descriptor.h" -#include "bcal/bcal-performance.h" -#include "bcal/bcal_aes128.h" +#include "bcal-performance.h" +#include "bcal_aes128.h" #include #include #include