summaryrefslogtreecommitdiff
path: root/auth-passwd.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-05 01:45:56 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-05 01:45:56 +0000
commitd96c8b3b56364e2e4c69ea05bfb7dbc55e1d763d (patch)
tree79594cf4acbe690842070efe0b1192564f335f71 /auth-passwd.c
parent3fb5d00ffdaa93a99466858c667e2721cd2b39cb (diff)
- markus@cvs.openbsd.org 2002/03/04 12:43:06
[auth-passwd.c auth-rh-rsa.c auth-rhosts.c] unused include
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"