summaryrefslogtreecommitdiffstats
path: root/auth-pam.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-07-21 23:59:39 +0000
committerKevin Steves <stevesk@pobox.com>2002-07-21 23:59:39 +0000
commit287077eaf2db7115a08f0fa9bd811ddda6119209 (patch)
treeb34d58b07fffdc3bc3c5ca326ae3e8c9dd4dcb70 /auth-pam.c
parent21e04eb2be1e6a621148b29ac6f57f2677dedc21 (diff)
- (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.h
Diffstat (limited to 'auth-pam.c')
-rw-r--r--auth-pam.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth-pam.c b/auth-pam.c
index 48d5afa0..79af58a0 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -25,7 +25,6 @@
#include "includes.h"
#ifdef USE_PAM
-#include "ssh.h"
#include "xmalloc.h"
#include "log.h"
#include "auth.h"
@@ -39,7 +38,7 @@ extern char *__progname;
extern int use_privsep;
-RCSID("$Id: auth-pam.c,v 1.50 2002/07/21 22:49:47 stevesk Exp $");
+RCSID("$Id: auth-pam.c,v 1.51 2002/07/21 23:59:39 stevesk Exp $");
#define NEW_AUTHTOK_MSG \
"Warning: Your password has expired, please change it now."