=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/cipher.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/ssh/cipher.h 1999/09/30 19:22:58 1.6 +++ src/usr.bin/ssh/cipher.h 1999/10/02 19:14:54 1.7 @@ -11,13 +11,13 @@ */ -/* RCSID("$Id: cipher.h,v 1.6 1999/09/30 19:22:58 deraadt Exp $"); */ +/* RCSID("$Id: cipher.h,v 1.7 1999/10/02 19:14:54 deraadt Exp $"); */ #ifndef CIPHER_H #define CIPHER_H #include -#include "blowfish.h" +#include /* Cipher types. New types can be added, but old types should not be removed for compatibility. The maximum allowed value is 31. */