]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-aes256-test.c
clearing up inclusion structure for easier integration in supercop
[avr-crypto-lib.git] / test_src / main-aes256-test.c
index 68a82acef40757b708402d1cf6fed91f92a56524..039a6d284f02391d0a0131d522a67be28734aec9 100644 (file)
 #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_aes256.h"
+#include "bcal-performance.h"
+#include "bcal_aes256.h"
 #include <stdint.h>
 #include <string.h>
 #include <stdlib.h>