X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal_xtea.h;h=66e6d266b302295b07772478dfbecf7f74a99cbb;hb=82de0ec79b83ba107676269ec1feddabb4cfe456;hp=d1ab0e8f6e2012de6fd57c70c5b49ab9f1a2819a;hpb=17332291e15183d71d88ed868275e3cb53917180;p=avr-crypto-lib.git diff --git a/bcal_xtea.h b/bcal_xtea.h index d1ab0e8..66e6d26 100644 --- a/bcal_xtea.h +++ b/bcal_xtea.h @@ -1,6 +1,6 @@ /* bcal_xtea.h */ /* - 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 @@ -26,7 +26,7 @@ */ #include -#include "blopckcipher_descriptor.h" +#include "blockcipher_descriptor.h" #include "xtea.h" #include "keysize_descriptor.h"