X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal_des.h;h=84f76d2da11449e51be10816743d40c0f553a142;hb=02ac3b653f3a11f284cc1a0cb0e983575f2f431b;hp=d5eebc8dcd95bc52277bb2662f242e163ac3c7fa;hpb=1a1a9f56318298d8ec87df9f7e78da68732f0d48;p=avr-crypto-lib.git diff --git a/bcal_des.h b/bcal_des.h index d5eebc8..84f76d2 100644 --- a/bcal_des.h +++ b/bcal_des.h @@ -1,6 +1,6 @@ /* bcal_des.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"