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:
Love Hörnquist Åstrand
2003-09-03 09:37:03 +00:00
parent 33efaf1f26
commit 54fc57ccb5
12 changed files with 17 additions and 17 deletions

View File

@@ -51,7 +51,7 @@ krb5_prompter_posix (krb5_context context,
fprintf (stderr, "%s\n", banner);
for (i = 0; i < num_prompts; ++i) {
if (prompts[i].hidden) {
if(des_read_pw_string(prompts[i].reply->data,
if(UI_UTIL_read_pw_string(prompts[i].reply->data,
prompts[i].reply->length,
prompts[i].prompt,
0))