diff options
Diffstat (limited to 'security/hpn-ssh/files/patch-auth-pam.h')
-rw-r--r-- | security/hpn-ssh/files/patch-auth-pam.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/hpn-ssh/files/patch-auth-pam.h b/security/hpn-ssh/files/patch-auth-pam.h new file mode 100644 index 000000000000..efa2803ed0c1 --- /dev/null +++ b/security/hpn-ssh/files/patch-auth-pam.h @@ -0,0 +1,13 @@ +--- auth-pam.h Tue Jul 23 02:44:07 2002 ++++ cvs-current/auth-pam.h Sat Dec 14 14:52:39 2002 +@@ -37,8 +38,8 @@ + char **fetch_pam_environment(void); + void free_pam_environment(char **env); + int do_pam_authenticate(int flags); +-int do_pam_account(char *username, char *remote_user); +-void do_pam_session(char *username, const char *ttyname); ++int do_pam_account(const char *username, const char *remote_user); ++void do_pam_session(const char *username, const char *ttyname); + void do_pam_setcred(int init); + void print_pam_messages(void); + int is_pam_password_change_required(void); |