Rename contents to keyvalue.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1888 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-06-10 14:20:42 +00:00
parent 1d70115686
commit 50900e67c9
8 changed files with 36 additions and 32 deletions

View File

@@ -17,8 +17,8 @@ key_proc (krb5_context context,
if (*key == NULL)
return ENOMEM;
(*key)->keytype = type;
(*key)->contents.length = 0;
(*key)->contents.data = NULL;
(*key)->keyvalue.length = 0;
(*key)->keyvalue.data = NULL;
if (password == NULL) {
des_read_pw_string (buf, sizeof(buf), "Password: ", 0);
password = buf;