]> andersk Git - openssh.git/blobdiff - auth1.c
- djm@cvs.openbsd.org 2001/03/13 22:42:54
[openssh.git] / auth1.c
diff --git a/auth1.c b/auth1.c
index beccf2b45a33ed7f6450bc42d4c31c9b7483c1c3..6d492d077653f87f9cc43b24dbc95ab42de4c435 100644 (file)
--- a/auth1.c
+++ b/auth1.c
@@ -10,7 +10,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth1.c,v 1.17 2001/02/13 22:49:40 markus Exp $");
+RCSID("$OpenBSD: auth1.c,v 1.19 2001/03/08 18:47:12 stevesk Exp $");
 
 #include "xmalloc.h"
 #include "rsa.h"
@@ -23,10 +23,10 @@ RCSID("$OpenBSD: auth1.c,v 1.17 2001/02/13 22:49:40 markus Exp $");
 #include "compat.h"
 #include "auth.h"
 #include "session.h"
+#include "misc.h"
 
 /* import */
 extern ServerOptions options;
-extern char *forced_command;
 
 #ifdef WITH_AIXAUTHENTICATE
 extern char *aixloginmsg;
This page took 0.035941 seconds and 4 git commands to generate.