summaryrefslogtreecommitdiff
path: root/auth-pam.c
diff options
context:
space:
mode:
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 48d5afa0f..79af58a0b 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -25,7 +25,6 @@
25#include "includes.h" 25#include "includes.h"
26 26
27#ifdef USE_PAM 27#ifdef USE_PAM
28#include "ssh.h"
29#include "xmalloc.h" 28#include "xmalloc.h"
30#include "log.h" 29#include "log.h"
31#include "auth.h" 30#include "auth.h"
@@ -39,7 +38,7 @@ extern char *__progname;
39 38
40extern int use_privsep; 39extern int use_privsep;
41 40
42RCSID("$Id: auth-pam.c,v 1.50 2002/07/21 22:49:47 stevesk Exp $"); 41RCSID("$Id: auth-pam.c,v 1.51 2002/07/21 23:59:39 stevesk Exp $");
43 42
44#define NEW_AUTHTOK_MSG \ 43#define NEW_AUTHTOK_MSG \
45 "Warning: Your password has expired, please change it now." 44 "Warning: Your password has expired, please change it now."