=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/cipher.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- src/usr.bin/ssh/cipher.h 2000/04/12 07:45:43 1.14 +++ src/usr.bin/ssh/cipher.h 2000/04/12 09:39:10 1.15 @@ -11,15 +11,15 @@ * */ -/* RCSID("$Id: cipher.h,v 1.14 2000/04/12 07:45:43 markus Exp $"); */ +/* RCSID("$Id: cipher.h,v 1.15 2000/04/12 09:39:10 markus Exp $"); */ #ifndef CIPHER_H #define CIPHER_H -#include -#include -#include -#include +#include +#include +#include +#include /* Cipher types. New types can be added, but old types should not be removed for compatibility. The maximum allowed value is 31. */