summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-04-26 17:24:27 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-04-26 17:24:27 +0000
commitec4de420eb7a38a41aa8aad31c13a311d9489b8f (patch)
tree8d1705a8c3ad08c38c556b583cadeb8e2e816ca7 /src/include
parent9662104cb3a41811a90d8a143e44b094e04d4d78 (diff)
downloadkrb5-ec4de420eb7a38a41aa8aad31c13a311d9489b8f.tar.gz
krb5-ec4de420eb7a38a41aa8aad31c13a311d9489b8f.tar.xz
krb5-ec4de420eb7a38a41aa8aad31c13a311d9489b8f.zip
key should be in-ilne
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@599 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/keytab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/keytab.h b/src/include/krb5/keytab.h
index 726b537c5..9b51329f4 100644
--- a/src/include/krb5/keytab.h
+++ b/src/include/krb5/keytab.h
@@ -24,8 +24,8 @@ typedef krb5_pointer krb5_kt_cursor; /* XXX */
typedef struct krb5_keytab_entry_st {
krb5_principal principal; /* principal of this key */
- krb5_keyblock *key; /* the secret key */
krb5_kvno vno; /* key version number */
+ krb5_keyblock key; /* the secret key */
} krb5_keytab_entry;