diff options
Diffstat (limited to 'auth-pam.h')
-rw-r--r-- | auth-pam.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/auth-pam.h b/auth-pam.h index 2e9a0c0a3..58a257a48 100644 --- a/auth-pam.h +++ b/auth-pam.h | |||
@@ -27,10 +27,6 @@ | |||
27 | #include "includes.h" | 27 | #include "includes.h" |
28 | #ifdef USE_PAM | 28 | #ifdef USE_PAM |
29 | 29 | ||
30 | #if !defined(SSHD_PAM_SERVICE) | ||
31 | # define SSHD_PAM_SERVICE __progname | ||
32 | #endif | ||
33 | |||
34 | void start_pam(Authctxt *); | 30 | void start_pam(Authctxt *); |
35 | void finish_pam(void); | 31 | void finish_pam(void); |
36 | u_int do_pam_account(void); | 32 | u_int do_pam_account(void); |