summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorLove Hörnquist Åstrand <lha@kth.se>2003-09-03 09:37:03 +0000
committerLove Hörnquist Åstrand <lha@kth.se>2003-09-03 09:37:03 +0000
commit54fc57ccb53df09ccc6446cba0a5f876bb866804 (patch)
treec5d6360525fccb9e15c56cb89c0a81366efb386b /admin
parent33efaf1f2628db2d9bd802513bc8580702310d71 (diff)
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
Diffstat (limited to 'admin')
-rw-r--r--admin/add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/add.c b/admin/add.c
index b6e308518..e39a8782c 100644
--- a/admin/add.c
+++ b/admin/add.c
@@ -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;
}