X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=echo%2Faes_enc_round.c;h=d1d97a99f32780150bdc61b45dfee49386602d0e;hp=20ebd984da450a59866fb92729a13c047e6a2e03;hb=d70d1d77bab1a5f5278227d674bc59da0378fe15;hpb=d00ed9a275c69fa3512007452e479abd98dbe745 diff --git a/echo/aes_enc_round.c b/echo/aes_enc_round.c index 20ebd98..d1d97a9 100644 --- a/echo/aes_enc_round.c +++ b/echo/aes_enc_round.c @@ -19,8 +19,8 @@ #include #include "aes_enc_round.h" -#include "gf256mul.h" -#include "aes_sbox.h" +#include "gf256mul/gf256mul.h" +#include "aes/aes_sbox.h" static void aes_shiftcol(void* data, uint8_t shift){