X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal_aes128.h;h=72574258a6ec52824bd2715e3b9f8eec239a44cd;hb=ccd0f3b167feb23fd6d746affe6736b114643bcc;hp=f344c983cc7ba493dff6677e8b6116dd393aa029;hpb=17332291e15183d71d88ed868275e3cb53917180;p=avr-crypto-lib.git diff --git a/bcal_aes128.h b/bcal_aes128.h index f344c98..7257425 100644 --- a/bcal_aes128.h +++ b/bcal_aes128.h @@ -1,6 +1,6 @@ /* bcal_aes128.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 "aes.h" #include "aes128_enc.h" #include "aes128_dec.h"