=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/cipher.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/ssh/cipher.h 1999/09/30 08:34:24 1.5 +++ src/usr.bin/ssh/cipher.h 1999/09/30 19:22:58 1.6 @@ -11,12 +11,12 @@ */ -/* RCSID("$Id: cipher.h,v 1.5 1999/09/30 08:34:24 deraadt Exp $"); */ +/* RCSID("$Id: cipher.h,v 1.6 1999/09/30 19:22:58 deraadt Exp $"); */ #ifndef CIPHER_H #define CIPHER_H -#include "des.h" +#include #include "blowfish.h" /* Cipher types. New types can be added, but old types should not be removed