diff options
Diffstat (limited to 'auth-rhosts.c')
-rw-r--r-- | auth-rhosts.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/auth-rhosts.c b/auth-rhosts.c index 8dc4ede05..cd0a7967a 100644 --- a/auth-rhosts.c +++ b/auth-rhosts.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth-rhosts.c,v 1.40 2006/08/01 23:22:47 stevesk Exp $ */ | 1 | /* $OpenBSD: auth-rhosts.c,v 1.41 2006/08/03 03:34:41 deraadt Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -25,13 +25,17 @@ | |||
25 | #include <pwd.h> | 25 | #include <pwd.h> |
26 | #include <stdio.h> | 26 | #include <stdio.h> |
27 | #include <string.h> | 27 | #include <string.h> |
28 | #include <stdarg.h> | ||
28 | 29 | ||
29 | #include "packet.h" | 30 | #include "packet.h" |
31 | #include "buffer.h" | ||
30 | #include "uidswap.h" | 32 | #include "uidswap.h" |
31 | #include "pathnames.h" | 33 | #include "pathnames.h" |
32 | #include "log.h" | 34 | #include "log.h" |
33 | #include "servconf.h" | 35 | #include "servconf.h" |
34 | #include "canohost.h" | 36 | #include "canohost.h" |
37 | #include "key.h" | ||
38 | #include "hostfile.h" | ||
35 | #include "auth.h" | 39 | #include "auth.h" |
36 | 40 | ||
37 | /* import */ | 41 | /* import */ |