diff options
Diffstat (limited to 'auth1.c')
-rw-r--r-- | auth1.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,6 +26,10 @@ RCSID("$OpenBSD: auth1.c,v 1.2 2000/04/29 18:11:52 markus Exp $"); | |||
26 | /* import */ | 26 | /* import */ |
27 | extern ServerOptions options; | 27 | extern ServerOptions options; |
28 | extern char *forced_command; | 28 | extern char *forced_command; |
29 | #ifdef HAVE_OSF_SIA | ||
30 | extern int saved_argc; | ||
31 | extern 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); |