summaryrefslogtreecommitdiff
path: root/auth-passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-passwd.c')
-rw-r--r--auth-passwd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/auth-passwd.c b/auth-passwd.c
index f8df17e6a..be6283796 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth-passwd.c,v 1.39 2006/08/01 23:22:47 stevesk Exp $ */ 1/* $OpenBSD: auth-passwd.c,v 1.40 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
@@ -43,11 +43,14 @@
43#include <pwd.h> 43#include <pwd.h>
44#include <stdio.h> 44#include <stdio.h>
45#include <string.h> 45#include <string.h>
46#include <stdarg.h>
46 47
47#include "packet.h" 48#include "packet.h"
48#include "buffer.h" 49#include "buffer.h"
49#include "log.h" 50#include "log.h"
50#include "servconf.h" 51#include "servconf.h"
52#include "key.h"
53#include "hostfile.h"
51#include "auth.h" 54#include "auth.h"
52#include "auth-options.h" 55#include "auth-options.h"
53 56