summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/auth1.c b/auth1.c
index 8f2c5a804..d8f2652e3 100644
--- a/auth1.c
+++ b/auth1.c
@@ -26,6 +26,10 @@ RCSID("$OpenBSD: auth1.c,v 1.2 2000/04/29 18:11:52 markus Exp $");
26/* import */ 26/* import */
27extern ServerOptions options; 27extern ServerOptions options;
28extern char *forced_command; 28extern char *forced_command;
29#ifdef HAVE_OSF_SIA
30extern int saved_argc;
31extern char **saved_argv;
32#endif /* HAVE_OSF_SIA */
29 33
30/* 34/*
31 * convert ssh auth msg type into description 35 * convert ssh auth msg type into description
@@ -146,10 +150,6 @@ do_authloop(struct passwd * pw)
146 unsigned int ulen; 150 unsigned int ulen;
147 int type = 0; 151 int type = 0;
148 void (*authlog) (const char *fmt,...) = verbose; 152 void (*authlog) (const char *fmt,...) = verbose;
149#ifdef HAVE_OSF_SIA
150 extern int saved_argc;
151 extern char **saved_argv;
152#endif /* HAVE_OSF_SIA */
153 153
154 /* Indicate that authentication is needed. */ 154 /* Indicate that authentication is needed. */
155 packet_start(SSH_SMSG_FAILURE); 155 packet_start(SSH_SMSG_FAILURE);