aboutsummaryrefslogtreecommitdiff
path: root/auth-chall.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2015-01-05 16:09:55 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2015-01-05 16:09:55 +0000
commitc0bbca73c6f7f15d5401332151fc9f9755abaf8f (patch)
tree1bbed0bec45f927ff35eedaf91618215ccbf5fb7 /auth-chall.c
parent12459a528f0a5dfa735c6917135c071754daa020 (diff)
downloadsrc-c0bbca73c6f7f15d5401332151fc9f9755abaf8f.tar.gz
src-c0bbca73c6f7f15d5401332151fc9f9755abaf8f.zip
Vendor import of OpenSSH 6.7p1.vendor/openssh/6.7p1
Notes
Notes: svn path=/vendor-crypto/openssh/dist/; revision=276707 svn path=/vendor-crypto/openssh/6.7p1/; revision=276708; tag=vendor/openssh/6.7p1
Diffstat (limited to 'auth-chall.c')
-rw-r--r--auth-chall.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/auth-chall.c b/auth-chall.c
index 0005aa88bf8a..5c26a403dff9 100644
--- a/auth-chall.c
+++ b/auth-chall.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-chall.c,v 1.13 2013/05/17 00:13:13 djm Exp $ */
+/* $OpenBSD: auth-chall.c,v 1.14 2014/06/24 01:13:21 djm Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
*
@@ -26,6 +26,9 @@
#include "includes.h"
#include <sys/types.h>
+#include <stdarg.h>
+#include <stdlib.h>
+#include <stdio.h>
#include <stdarg.h>
@@ -34,6 +37,7 @@
#include "hostfile.h"
#include "auth.h"
#include "log.h"
+#include "misc.h"
#include "servconf.h"
/* limited protocol v1 interface to kbd-interactive authentication */