summaryrefslogtreecommitdiff
path: root/plugins/sudoers/auth/pam.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sudoers/auth/pam.c')
-rw-r--r--plugins/sudoers/auth/pam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sudoers/auth/pam.c b/plugins/sudoers/auth/pam.c
index 4f6e89c85..693cef3d4 100644
--- a/plugins/sudoers/auth/pam.c
+++ b/plugins/sudoers/auth/pam.c
@@ -283,7 +283,7 @@ sudo_pam_init_quiet(struct passwd *pw, sudo_auth *auth)
#endif /* _AIX */
int
-sudo_pam_verify(struct passwd *pw, char *prompt, sudo_auth *auth, struct sudo_conv_callback *callback)
+sudo_pam_verify(struct passwd *pw, const char *prompt, sudo_auth *auth, struct sudo_conv_callback *callback)
{
const char *envccname;
const char *s;