diff --git a/lib/krb5/get_in_tkt_pw.c b/lib/krb5/get_in_tkt_pw.c index d84fe029e..ebb27d0d0 100644 --- a/lib/krb5/get_in_tkt_pw.c +++ b/lib/krb5/get_in_tkt_pw.c @@ -48,7 +48,7 @@ krb5_password_key_proc (krb5_context context, krb5_keyblock **key) { krb5_error_code ret; - char *password = (char *)keyseed; + const char *password = (const char *)keyseed; char buf[BUFSIZ]; *key = malloc (sizeof (**key));