=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/sshconnect1.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/ssh/Attic/sshconnect1.c 2001/01/19 15:55:12 1.17 +++ src/usr.bin/ssh/Attic/sshconnect1.c 2001/01/21 19:06:00 1.18 @@ -13,26 +13,36 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshconnect1.c,v 1.17 2001/01/19 15:55:12 markus Exp $"); +RCSID("$OpenBSD: sshconnect1.c,v 1.18 2001/01/21 19:06:00 markus Exp $"); #include -#include -#include #include -#include "xmalloc.h" -#include "rsa.h" +#ifdef KRB4 +#include +#include "radix.h" +#endif +#ifdef AFS +#include +#endif + #include "ssh.h" #include "ssh1.h" +#include "xmalloc.h" +#include "rsa.h" #include "buffer.h" #include "packet.h" #include "mpaux.h" #include "uidswap.h" +#include "log.h" #include "readconf.h" #include "key.h" #include "authfd.h" #include "sshconnect.h" #include "authfile.h" +#include "readpass.h" +#include "cipher.h" +#include "canohost.h" /* Session id for the current session. */ u_char session_id[16];