X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=aes%2Faes_dec.c;fp=aes%2Faes_dec.c;h=778df62659fb9d93350d41cea9101b3012c2927e;hp=8c476de0dbe70d3105eda6412befb75f334e78ba;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hpb=02ac3b653f3a11f284cc1a0cb0e983575f2f431b diff --git a/aes/aes_dec.c b/aes/aes_dec.c index 8c476de..778df62 100644 --- a/aes/aes_dec.c +++ b/aes/aes_dec.c @@ -19,7 +19,7 @@ #include #include -#include "gf256mul.h" +#include "gf256mul/gf256mul.h" #include "aes.h" #include "aes_invsbox.h" #include "aes_dec.h"