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:
@@ -169,7 +169,7 @@ main(int argc, char **argv)
|
||||
if(argv[0])
|
||||
password = argv[0];
|
||||
if(password == NULL){
|
||||
if(des_read_pw_string(buf, sizeof(buf), "Password: ", 0))
|
||||
if(UI_UTIL_read_pw_string(buf, sizeof(buf), "Password: ", 0))
|
||||
return 1;
|
||||
password = buf;
|
||||
}
|
||||
|
Reference in New Issue
Block a user