=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/auth1.c,v retrieving revision 1.6.2.3 retrieving revision 1.6.2.4 diff -u -r1.6.2.3 -r1.6.2.4 --- src/usr.bin/ssh/Attic/auth1.c 2001/02/19 17:18:38 1.6.2.3 +++ src/usr.bin/ssh/Attic/auth1.c 2001/03/21 19:46:22 1.6.2.4 @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth1.c,v 1.6.2.3 2001/02/19 17:18:38 jason Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.6.2.4 2001/03/21 19:46:22 jason Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -23,10 +23,10 @@ #include "compat.h" #include "auth.h" #include "session.h" +#include "misc.h" /* import */ extern ServerOptions options; -extern char *forced_command; /* * convert ssh auth msg type into description