X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal_xtea.h;h=66e6d266b302295b07772478dfbecf7f74a99cbb;hb=7bc75db2cff11a8a8b347e27dec3f4e019418d52;hp=c6cb17da8f2e1f72354b2895934ddcf7f36f58a9;hpb=1a1a9f56318298d8ec87df9f7e78da68732f0d48;p=avr-crypto-lib.git diff --git a/bcal_xtea.h b/bcal_xtea.h index c6cb17d..66e6d26 100644 --- a/bcal_xtea.h +++ b/bcal_xtea.h @@ -1,6 +1,6 @@ /* bcal_xtea.h */ /* - This file is part of the Crypto-avr-lib/microcrypt-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 @@ -26,7 +26,7 @@ */ #include -#include "blopckcipher_descriptor.h" +#include "blockcipher_descriptor.h" #include "xtea.h" #include "keysize_descriptor.h"