=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/cipher.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/ssh/cipher.h 1999/10/02 19:14:54 1.7 +++ src/usr.bin/ssh/cipher.h 1999/11/15 21:38:54 1.8 @@ -11,12 +11,12 @@ */ -/* RCSID("$Id: cipher.h,v 1.7 1999/10/02 19:14:54 deraadt Exp $"); */ +/* RCSID("$Id: cipher.h,v 1.8 1999/11/15 21:38:54 markus Exp $"); */ #ifndef CIPHER_H #define CIPHER_H -#include +#include #include /* Cipher types. New types can be added, but old types should not be removed @@ -26,8 +26,8 @@ #define SSH_CIPHER_IDEA 1 /* IDEA CFB */ #define SSH_CIPHER_DES 2 /* DES CBC */ #define SSH_CIPHER_3DES 3 /* 3DES CBC */ -#define SSH_CIPHER_TSS 4 /* TRI's Simple Stream encryption CBC */ -#define SSH_CIPHER_RC4 5 /* Alleged RC4 */ +#define SSH_CIPHER_BROKEN_TSS 4 /* TRI's Simple Stream encryption CBC */ +#define SSH_CIPHER_BROKEN_RC4 5 /* Alleged RC4 */ #define SSH_CIPHER_BLOWFISH 6 typedef struct {