X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fciphers.h;h=27eadf24707b9de96def208742c71340b47834fb;hb=52e57c880aba9c5e89f59d962eb9af75670b76e0;hp=b7f83fc76253bebf9c37402d3eb929ee07b0192d;hpb=ea2271010f0e8cda67ff0dba71566af987170f9d;p=silc.git diff --git a/lib/silccrypt/ciphers.h b/lib/silccrypt/ciphers.h index b7f83fc7..27eadf24 100644 --- a/lib/silccrypt/ciphers.h +++ b/lib/silccrypt/ciphers.h @@ -2,15 +2,14 @@ ciphers.h - Author: Pekka Riikonen + 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; either version 2 of the License, or - (at your option) any later version. - + 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 @@ -22,9 +21,8 @@ #define CIPHERS_H #include "none.h" -#include "mars.h" -#include "rc6.h" #include "twofish.h" -#include "rijndael.h" +#include "aes.h" +#include "blowfish.h" #endif