summaryrefslogtreecommitdiff
path: root/auth-passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-passwd.c')
-rw-r--r--auth-passwd.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/auth-passwd.c b/auth-passwd.c
index 8295ea177..541aca607 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -36,15 +36,14 @@
36 */ 36 */
37 37
38#include "includes.h" 38#include "includes.h"
39RCSID("$OpenBSD: auth-passwd.c,v 1.19 2001/01/18 16:59:59 markus Exp $"); 39RCSID("$OpenBSD: auth-passwd.c,v 1.20 2001/01/21 19:05:42 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 "ssh.h"
45#include "servconf.h"
46#include "xmalloc.h" 44#include "xmalloc.h"
47 45#include "log.h"
46#include "servconf.h"
48#include "auth.h" 47#include "auth.h"
49 48
50#ifdef WITH_AIXAUTHENTICATE 49#ifdef WITH_AIXAUTHENTICATE