diff options
-rw-r--r-- | auth-pam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-pam.c b/auth-pam.c index ee9d2c7e9..856fdd40f 100644 --- a/auth-pam.c +++ b/auth-pam.c | |||
@@ -300,7 +300,7 @@ sshpam_chauthtok_ruid(pam_handle_t *pamh, int flags) | |||
300 | # define pam_chauthtok(a,b) (sshpam_chauthtok_ruid((a), (b))) | 300 | # define pam_chauthtok(a,b) (sshpam_chauthtok_ruid((a), (b))) |
301 | #endif | 301 | #endif |
302 | 302 | ||
303 | void | 303 | static void |
304 | sshpam_password_change_required(int reqd) | 304 | sshpam_password_change_required(int reqd) |
305 | { | 305 | { |
306 | extern struct sshauthopt *auth_opts; | 306 | extern struct sshauthopt *auth_opts; |