projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d617fc
)
want to use old string_to_key interface
author
John Kohl
<jtkohl@mit.edu>
Thu, 14 Mar 1991 10:08:04 +0000
(10:08 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 14 Mar 1991 10:08:04 +0000
(10:08 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1891
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/des425/read_passwd.c
patch
|
blob
|
history
diff --git
a/src/lib/des425/read_passwd.c
b/src/lib/des425/read_passwd.c
index 409a8ea0564ac83b497e2fe892739e9eac506072..9f7c7d649811560abc6dbb9446670cbaf41f446f 100644
(file)
--- a/
src/lib/des425/read_passwd.c
+++ b/
src/lib/des425/read_passwd.c
@@
-45,7
+45,7
@@
des_read_password/*_v4_compat_crock*/(k,prompt,verify)
key_string, &string_size);
if (ok == 0)
-
mit_
des_string_to_key(key_string, k);
+ des_string_to_key(key_string, k);
bzero(key_string, sizeof (key_string));
return ok;