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:
@@ -79,7 +79,7 @@ change_password(krb5_context context,
|
||||
if (msg == NULL)
|
||||
krb5_errx (context, 1, "out of memory");
|
||||
|
||||
ret = des_read_pw_string (pwbuf, sizeof(pwbuf), msg, 1);
|
||||
ret = UI_UTIL_read_pw_string (pwbuf, sizeof(pwbuf), msg, 1);
|
||||
free(msg);
|
||||
if (name)
|
||||
free(name);
|
||||
|
Reference in New Issue
Block a user