X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal_tdes.h;h=e2f2b31d758f370402e04df3c7a6f69e2a498aa2;hb=60782c4d65b45ea0dd219ff8e6a82a12d8021b7e;hp=84a47ebafe98adc69b019e9462a070463e1ad44a;hpb=1a1a9f56318298d8ec87df9f7e78da68732f0d48;p=avr-crypto-lib.git diff --git a/bcal_tdes.h b/bcal_tdes.h index 84a47eb..e2f2b31 100644 --- a/bcal_tdes.h +++ b/bcal_tdes.h @@ -1,6 +1,6 @@ /* bcal_tdes.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 "des.h" #include "keysize_descriptor.h"