X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal_aes192.h;h=cff8371e4658554fd4ee4b488949830b23730771;hb=267cb0a0d12700ecfdc3f9ab005b61e48691f6a2;hp=d669aed3adc327a286e030b30697ccace0daf2c0;hpb=1a1a9f56318298d8ec87df9f7e78da68732f0d48;p=avr-crypto-lib.git diff --git a/bcal_aes192.h b/bcal_aes192.h index d669aed..cff8371 100644 --- a/bcal_aes192.h +++ b/bcal_aes192.h @@ -1,6 +1,6 @@ /* bcal_aes192.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 "aes192_enc.h" #include "aes192_dec.h"