X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=des.c;h=2600a223d3a171eea31b54a80c8d86692fdccdd3;hb=a5cb349f9d72e0d2c82730647b4f142de6b7e485;hp=4a5277e53e6865175c8a5444312104ecc1eed0c2;hpb=4d76909e4282baf1420ee309e270384246b241b8;p=avr-crypto-lib.git diff --git a/des.c b/des.c index 4a5277e..2600a22 100644 --- a/des.c +++ b/des.c @@ -1,6 +1,6 @@ /* des.c */ /* - 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 @@ -27,7 +27,7 @@ */ #include "config.h" #include "debug.h" -#include "uart.h" +#include "cli.h" #include #include #include