X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal_aes256.h;h=19dbb501322535ec8f4b1fce958303fb950e0b27;hb=25ccd391d2f02575799e94bf9aac1e108e7c0f3b;hp=820d739c78235b1d53376c8c7b148927fe4fdd0c;hpb=17332291e15183d71d88ed868275e3cb53917180;p=avr-crypto-lib.git diff --git a/bcal_aes256.h b/bcal_aes256.h index 820d739..19dbb50 100644 --- a/bcal_aes256.h +++ b/bcal_aes256.h @@ -1,6 +1,6 @@ /* bcal_aes256.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 "aes256_enc.h" #include "aes256_dec.h"