X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fciphers.h;h=05fda43898071cb28eca2fa959a200eb36a81e27;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=3bc690084843c1fd9aef65093fa117dc687f580d;hpb=b964e49e6fb7e7faaa19d38cd2ad5d5ebaf22ca6;p=silc.git diff --git a/lib/silccrypt/ciphers.h b/lib/silccrypt/ciphers.h index 3bc69008..05fda438 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,12 +21,10 @@ #define CIPHERS_H #include "none.h" -#include "mars.h" -#include "rc5.h" -#include "rc6.h" #include "twofish.h" #include "aes.h" #include "blowfish.h" -#include "cast.h" +#include "cast5.h" +#include "des.h" #endif