X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=host%2Fgf256mul.c;h=e2d7a88a04d2086f509ea823eb66edfc4435a075;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hp=46e7d24a7efc13574de418eac963d767fca8111b;hpb=17332291e15183d71d88ed868275e3cb53917180;p=avr-crypto-lib.git diff --git a/host/gf256mul.c b/host/gf256mul.c index 46e7d24..e2d7a88 100644 --- a/host/gf256mul.c +++ b/host/gf256mul.c @@ -1,6 +1,6 @@ /* gf256mul.c */ /* - This file is part of the This file is part of the AVR-Crypto-Lib. + This file is part of the AVR-Crypto-Lib. Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -25,7 +25,7 @@ * */ #include -#include "gf256mul.h" +#include "gf256mul/gf256mul.h" uint8_t gf256mul(uint8_t a, uint8_t b, uint8_t reducer){ uint8_t i;