X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Fciphers.h;h=27eadf24707b9de96def208742c71340b47834fb;hp=0fb9391cc0643864f149e06ca0f53c8f794f7292;hb=52e57c880aba9c5e89f59d962eb9af75670b76e0;hpb=ae1482a76c29db9fdcd6ed6cf63d312a37a5cb01 diff --git a/lib/silccrypt/ciphers.h b/lib/silccrypt/ciphers.h index 0fb9391c..27eadf24 100644 --- a/lib/silccrypt/ciphers.h +++ b/lib/silccrypt/ciphers.h @@ -4,12 +4,12 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2000 Pekka Riikonen + Copyright (C) 1997 - 2007 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -21,10 +21,8 @@ #define CIPHERS_H #include "none.h" -#include "rc5.h" #include "twofish.h" #include "aes.h" #include "blowfish.h" -#include "cast.h" #endif