=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/cipher.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/ssh/cipher.h 1999/09/28 04:45:36 1.4 +++ src/usr.bin/ssh/cipher.h 1999/09/30 08:34:24 1.5 @@ -11,7 +11,7 @@ */ -/* RCSID("$Id: cipher.h,v 1.4 1999/09/28 04:45:36 provos Exp $"); */ +/* RCSID("$Id: cipher.h,v 1.5 1999/09/30 08:34:24 deraadt Exp $"); */ #ifndef CIPHER_H #define CIPHER_H @@ -33,12 +33,6 @@ typedef struct { unsigned int type; union { -#ifdef WITH_DES - struct { - des_key_schedule key; - des_cblock iv; - } des; -#endif /* WITH_DES */ struct { des_key_schedule key1; des_key_schedule key2;