X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=host%2Fgf256mul.c;h=b3dd4605a44b1bd7adcffe983b8b12556077ccf2;hb=2c909fca2a13cd76a526515bda5d0292483d7a55;hp=e2d7a88a04d2086f509ea823eb66edfc4435a075;hpb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;p=avr-crypto-lib.git diff --git a/host/gf256mul.c b/host/gf256mul.c index e2d7a88..b3dd460 100644 --- a/host/gf256mul.c +++ b/host/gf256mul.c @@ -25,7 +25,7 @@ * */ #include -#include "gf256mul/gf256mul.h" +#include "gf256mul.h" uint8_t gf256mul(uint8_t a, uint8_t b, uint8_t reducer){ uint8_t i;