summaryrefslogtreecommitdiff
path: root/auth-passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-passwd.c')
-rw-r--r--auth-passwd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth-passwd.c b/auth-passwd.c
index 3546636aa..095b9ba27 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -36,12 +36,11 @@
36 */ 36 */
37 37
38#include "includes.h" 38#include "includes.h"
39RCSID("$OpenBSD: auth-passwd.c,v 1.23 2001/06/26 16:15:23 dugsong Exp $"); 39RCSID("$OpenBSD: auth-passwd.c,v 1.24 2002/03/04 12:43:06 markus Exp $");
40 40
41#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA) 41#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA)
42 42
43#include "packet.h" 43#include "packet.h"
44#include "xmalloc.h"
45#include "log.h" 44#include "log.h"
46#include "servconf.h" 45#include "servconf.h"
47#include "auth.h" 46#include "auth.h"