summaryrefslogtreecommitdiff
path: root/auth-sia.c
diff options
context:
space:
mode:
authordjm <djm>2006-09-01 05:38:36 +0000
committerdjm <djm>2006-09-01 05:38:36 +0000
commitf928bfeac5d6d29c6192e9098b02faab15479562 (patch)
tree42cb969613816ccff234ebe934edd9afcbd12c7e /auth-sia.c
parent6c80be878765ede764498f113f88fedfb2ebcac9 (diff)
downloadopenssh-f928bfeac5d6d29c6192e9098b02faab15479562.tar.gz
- (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c]
[auth-rsa.c auth-shadow.c auth-sia.c auth1.c auth2-chall.c] [auth2-gss.c auth2-kbdint.c auth2-none.c authfd.c authfile.c] [cipher-3des1.c cipher-aes.c cipher-bf1.c cipher-ctr.c clientloop.c] [dh.c dns.c entropy.c gss-serv-krb5.c gss-serv.c hostfile.c kex.c] [kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c loginrec.c mac.c] [md5crypt.c monitor.c monitor_wrap.c readconf.c rsa.c] [scard-opensc.c scard.c session.c ssh-add.c ssh-agent.c ssh-dss.c] [ssh-keygen.c ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c] [sshconnect1.c sshconnect2.c sshd.c rc4.diff] [openbsd-compat/bsd-cray.c openbsd-compat/port-aix.c] [openbsd-compat/port-linux.c openbsd-compat/port-solaris.c] [openbsd-compat/port-uw.c] Lots of headers for SCO OSR6, mainly adding stdarg.h for log.h; compile problems reported by rac AT tenzing.org
Diffstat (limited to 'auth-sia.c')
-rw-r--r--auth-sia.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/auth-sia.c b/auth-sia.c
index af7182b4..63304d36 100644
--- a/auth-sia.c
+++ b/auth-sia.c
@@ -25,14 +25,6 @@
#include "includes.h"
#ifdef HAVE_OSF_SIA
-#include "ssh.h"
-#include "auth.h"
-#include "auth-sia.h"
-#include "log.h"
-#include "servconf.h"
-#include "canohost.h"
-#include "uidswap.h"
-
#include <sia.h>
#include <siad.h>
#include <pwd.h>
@@ -40,8 +32,17 @@
#include <setjmp.h>
#include <sys/resource.h>
#include <unistd.h>
+#include <stdarg.h>
#include <string.h>
+#include "ssh.h"
+#include "auth.h"
+#include "auth-sia.h"
+#include "log.h"
+#include "servconf.h"
+#include "canohost.h"
+#include "uidswap.h"
+
extern ServerOptions options;
extern int saved_argc;
extern char **saved_argv;