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