X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fsilccipher.c;h=824bcbe21fa081e4b0f868b9895d2835efc7e3b0;hb=48d89bc2868ec49c2ab9aa74efe9ac703eee8f29;hp=d98f86d07273461ed0bc7fb74099fd73cbd23e10;hpb=10ec50cff8ad9d6a77080821037c1234dc066b47;p=silc.git diff --git a/lib/silccrypt/silccipher.c b/lib/silccrypt/silccipher.c index d98f86d0..824bcbe2 100644 --- a/lib/silccrypt/silccipher.c +++ b/lib/silccrypt/silccipher.c @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2000 Pekka Riikonen + Copyright (C) 1997 - 2001 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 @@ -17,26 +17,7 @@ GNU General Public License for more details. */ -/* - * $Id$ - * $Log$ - * Revision 1.5 2000/10/09 11:37:21 priikone - * bugfixes. Made public/private keys protocol compliant. - * - * Revision 1.4 2000/10/02 18:31:46 priikone - * Added rijndael (AES) to cipher list. - * - * Revision 1.3 2000/09/28 11:28:20 priikone - * Changed cipher list order. - * - * Revision 1.2 2000/07/05 06:08:43 priikone - * Global cosmetic change. - * - * Revision 1.1.1.1 2000/06/27 11:36:54 priikone - * Imported from internal CVS/Added Log headers. - * - * - */ +/* $Id$ */ #include "silcincludes.h"