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=8c476de0dbe70d3105eda6412befb75f334e78ba;hp=778df62659fb9d93350d41cea9101b3012c2927e;hb=b8d6b2bd3ddea45506f584c7d44fe5fff0557ed1;hpb=8007e094d9e9e9477a08978c5ad2d96c6cb8bb66 diff --git a/aes/aes_dec.c b/aes/aes_dec.c index 778df62..8c476de 100644 --- a/aes/aes_dec.c +++ b/aes/aes_dec.c @@ -19,7 +19,7 @@ #include #include -#include "gf256mul/gf256mul.h" +#include "gf256mul.h" #include "aes.h" #include "aes_invsbox.h" #include "aes_dec.h"