diff options
Diffstat (limited to 'auth-sia.c')
-rw-r--r-- | auth-sia.c | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/auth-sia.c b/auth-sia.c index af7182b48..a9e1c258c 100644 --- a/auth-sia.c +++ b/auth-sia.c | |||
@@ -25,14 +25,6 @@ | |||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | 26 | ||
27 | #ifdef HAVE_OSF_SIA | 27 | #ifdef HAVE_OSF_SIA |
28 | #include "ssh.h" | ||
29 | #include "auth.h" | ||
30 | #include "auth-sia.h" | ||
31 | #include "log.h" | ||
32 | #include "servconf.h" | ||
33 | #include "canohost.h" | ||
34 | #include "uidswap.h" | ||
35 | |||
36 | #include <sia.h> | 28 | #include <sia.h> |
37 | #include <siad.h> | 29 | #include <siad.h> |
38 | #include <pwd.h> | 30 | #include <pwd.h> |
@@ -40,8 +32,19 @@ | |||
40 | #include <setjmp.h> | 32 | #include <setjmp.h> |
41 | #include <sys/resource.h> | 33 | #include <sys/resource.h> |
42 | #include <unistd.h> | 34 | #include <unistd.h> |
35 | #include <stdarg.h> | ||
43 | #include <string.h> | 36 | #include <string.h> |
44 | 37 | ||
38 | #include "ssh.h" | ||
39 | #include "key.h" | ||
40 | #include "hostfile.h" | ||
41 | #include "auth.h" | ||
42 | #include "auth-sia.h" | ||
43 | #include "log.h" | ||
44 | #include "servconf.h" | ||
45 | #include "canohost.h" | ||
46 | #include "uidswap.h" | ||
47 | |||
45 | extern ServerOptions options; | 48 | extern ServerOptions options; |
46 | extern int saved_argc; | 49 | extern int saved_argc; |
47 | extern char **saved_argv; | 50 | extern char **saved_argv; |