projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9662104
)
key should be in-ilne
author
John Kohl
<jtkohl@mit.edu>
Thu, 26 Apr 1990 17:24:27 +0000
(17:24 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 26 Apr 1990 17:24:27 +0000
(17:24 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@599
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/keytab.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/keytab.h
b/src/include/krb5/keytab.h
index 726b537c55d20bcbdccff24b28f0a17997c29de1..9b51329f4fab67547028b1ba8d96d02fced581d3 100644
(file)
--- 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;