s/des_read_pw_string/UI_UTIL_read_pw_string/
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12753 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -119,7 +119,7 @@ kt_add(int argc, char **argv)
|
||||
kvno = atoi(buf);
|
||||
}
|
||||
if(password_string == NULL && random_flag == 0) {
|
||||
if(des_read_pw_string(buf, sizeof(buf), "Password: ", 1))
|
||||
if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Password: ", 1))
|
||||
goto out;
|
||||
password_string = buf;
|
||||
}
|
||||
|
Reference in New Issue
Block a user