s/des_read_pw_string/UI_UTIL_read_pw_string/
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12765 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -52,7 +52,7 @@ krb5_password_key_proc (krb5_context context,
|
||||
return ENOMEM;
|
||||
}
|
||||
if (password == NULL) {
|
||||
if(des_read_pw_string (buf, sizeof(buf), "Password: ", 0)) {
|
||||
if(UI_UTIL_read_pw_string (buf, sizeof(buf), "Password: ", 0)) {
|
||||
free (*key);
|
||||
krb5_clear_error_string(context);
|
||||
return KRB5_LIBOS_PWDINTR;
|
||||
|
Reference in New Issue
Block a user