From fe668e4b1636aed7d1adb7c0aaaa07a9b6277421 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 8 Jul 2000 10:44:13 +1000 Subject: *** empty log message *** --- auth1.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'auth1.c') 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 $"); /* import */ extern ServerOptions options; extern char *forced_command; +#ifdef HAVE_OSF_SIA +extern int saved_argc; +extern char **saved_argv; +#endif /* HAVE_OSF_SIA */ /* * convert ssh auth msg type into description @@ -146,10 +150,6 @@ do_authloop(struct passwd * pw) unsigned int ulen; int type = 0; void (*authlog) (const char *fmt,...) = verbose; -#ifdef HAVE_OSF_SIA - extern int saved_argc; - extern char **saved_argv; -#endif /* HAVE_OSF_SIA */ /* Indicate that authentication is needed. */ packet_start(SSH_SMSG_FAILURE); -- cgit v1.2.3