diff options
Diffstat (limited to 'auth2-kbdint.c')
-rw-r--r-- | auth2-kbdint.c | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/auth2-kbdint.c b/auth2-kbdint.c index fa8364975..a4fc9e6f7 100644 --- a/auth2-kbdint.c +++ b/auth2-kbdint.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: auth2-kbdint.c,v 1.5 2006/08/03 03:34:41 deraadt Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
3 | * | 4 | * |
@@ -23,13 +24,19 @@ | |||
23 | */ | 24 | */ |
24 | 25 | ||
25 | #include "includes.h" | 26 | #include "includes.h" |
26 | RCSID("$OpenBSD: auth2-kbdint.c,v 1.2 2002/05/31 11:35:15 markus Exp $"); | ||
27 | 27 | ||
28 | #include <sys/types.h> | ||
29 | |||
30 | #include <stdarg.h> | ||
31 | |||
32 | #include "xmalloc.h" | ||
28 | #include "packet.h" | 33 | #include "packet.h" |
34 | #include "key.h" | ||
35 | #include "hostfile.h" | ||
29 | #include "auth.h" | 36 | #include "auth.h" |
30 | #include "log.h" | 37 | #include "log.h" |
38 | #include "buffer.h" | ||
31 | #include "servconf.h" | 39 | #include "servconf.h" |
32 | #include "xmalloc.h" | ||
33 | 40 | ||
34 | /* import */ | 41 | /* import */ |
35 | extern ServerOptions options; | 42 | extern ServerOptions options; |