summaryrefslogtreecommitdiff
path: root/auth-chall.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-chall.c')
-rw-r--r--auth-chall.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/auth-chall.c b/auth-chall.c
index 023e7ee01..9c1079a17 100644
--- a/auth-chall.c
+++ b/auth-chall.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth-chall.c,v 1.11 2006/03/25 13:17:01 djm Exp $ */ 1/* $OpenBSD: auth-chall.c,v 1.12 2006/08/03 03:34:41 deraadt Exp $ */
2/* 2/*
3 * Copyright (c) 2001 Markus Friedl. All rights reserved. 3 * Copyright (c) 2001 Markus Friedl. All rights reserved.
4 * 4 *
@@ -25,9 +25,13 @@
25 25
26#include "includes.h" 26#include "includes.h"
27 27
28#include <sys/types.h>
29
30#include "xmalloc.h"
31#include "key.h"
32#include "hostfile.h"
28#include "auth.h" 33#include "auth.h"
29#include "log.h" 34#include "log.h"
30#include "xmalloc.h"
31#include "servconf.h" 35#include "servconf.h"
32 36
33/* limited protocol v1 interface to kbd-interactive authentication */ 37/* limited protocol v1 interface to kbd-interactive authentication */