diff options
Diffstat (limited to 'auth-chall.c')
-rw-r--r-- | auth-chall.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/auth-chall.c b/auth-chall.c index e4f783096..919b1eaa4 100644 --- a/auth-chall.c +++ b/auth-chall.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: auth-chall.c,v 1.12 2006/08/03 03:34:41 deraadt Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
3 | * | 4 | * |
@@ -23,11 +24,16 @@ | |||
23 | */ | 24 | */ |
24 | 25 | ||
25 | #include "includes.h" | 26 | #include "includes.h" |
26 | RCSID("$OpenBSD: auth-chall.c,v 1.9 2003/11/03 09:03:37 djm Exp $"); | ||
27 | 27 | ||
28 | #include <sys/types.h> | ||
29 | |||
30 | #include <stdarg.h> | ||
31 | |||
32 | #include "xmalloc.h" | ||
33 | #include "key.h" | ||
34 | #include "hostfile.h" | ||
28 | #include "auth.h" | 35 | #include "auth.h" |
29 | #include "log.h" | 36 | #include "log.h" |
30 | #include "xmalloc.h" | ||
31 | #include "servconf.h" | 37 | #include "servconf.h" |
32 | 38 | ||
33 | /* limited protocol v1 interface to kbd-interactive authentication */ | 39 | /* limited protocol v1 interface to kbd-interactive authentication */ |