want to use old string_to_key interface
authorJohn Kohl <jtkohl@mit.edu>
Thu, 14 Mar 1991 10:08:04 +0000 (10:08 +0000)
committerJohn 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

index 409a8ea0564ac83b497e2fe892739e9eac506072..9f7c7d649811560abc6dbb9446670cbaf41f446f 100644 (file)
@@ -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;