X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fnone.h;fp=lib%2Fsilccrypt%2Fnone.h;h=b0f3a38ba602be8bf3767981c921438a0aec8fdb;hb=22df1889422ee8031d08d1d6f08117c79dbade96;hp=261b1c16fdbde874092113e61f8208b40f71e1f7;hpb=e4ab14e13d21d944705fe030c5341916f1b2850c;p=silc.git diff --git a/lib/silccrypt/none.h b/lib/silccrypt/none.h index 261b1c16..b0f3a38b 100644 --- a/lib/silccrypt/none.h +++ b/lib/silccrypt/none.h @@ -16,24 +16,6 @@ GNU General Public License for more details. */ -/* - * $Id$ - * $Log$ - * Revision 1.3 2006/12/15 15:22:48 priikone - * Added assembler AES for x86 and x86_64. - * Simplified Cipher implementation API. - * - * Revision 1.2 2005/05/10 18:31:17 priikone - * Merged silc_1_0_branch to trunk. - * - * Revision 1.1.1.1.4.1 2005/04/30 15:31:26 priikone - * Header changes. - * - * Revision 1.1.1.1 2000/06/27 11:36:54 priikone - * Importet from internal CVS/Added Log headers. - * - * - */ #ifndef NONE_H #define NONE_H @@ -44,7 +26,7 @@ SILC_CIPHER_API_SET_KEY(none); SILC_CIPHER_API_CONTEXT_LEN(none); -SILC_CIPHER_API_ENCRYPT_CBC(none); -SILC_CIPHER_API_DECRYPT_CBC(none); +SILC_CIPHER_API_ENCRYPT(none); +SILC_CIPHER_API_DECRYPT(none); #endif